This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Workflow
Robin Chalas a4c5edc5ff Merge branch '5.2' into 5.x
* 5.2:
  [Workflow] Re-add InvalidTokenConfigurationException for BC
  Fix PHP 8.1 null values
  [Console] Fix PHP 8.1 null error for preg_match flag
  Fix: Article
  Definition::removeMethodCall should remove all matching calls
  [HttpFoundation] Fix typo in exception message
  mark the LazyIterator class as internal
  fix extracting mixed type-hinted property types
  [Worflow] Fixed GuardListener when using the new Security system
  keep valid submitted choices when additional choices are submitted
2021-02-15 19:57:44 +01:00
..
Dumper Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Event Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
EventListener [Worflow] Fixed GuardListener when using the new Security system 2021-02-04 22:34:13 +01:00
Exception [Workflow] Deprecate InvalidTokenConfigurationException 2021-02-15 15:47:12 +01:00
MarkingStore Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Metadata Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
SupportStrategy Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Tests Merge branch '5.1' into 5.2 2021-01-27 11:15:41 +01:00
Validator Merge branch '4.4' into 5.0 2020-03-16 13:10:54 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Add gitignore file for Symfony 3.4 2019-09-17 11:52:54 +02:00
CHANGELOG.md [Workflow] Deprecate InvalidTokenConfigurationException 2021-02-15 15:47:12 +01:00
composer.json Merge branch '4.4' into 5.1 2021-01-10 17:29:19 +01:00
Definition.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
DefinitionBuilder.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
Marking.php [Workflow] Added parameter typhint where possible 2019-07-01 10:42:32 +02:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Improve composer.json descriptions 2021-01-10 17:25:35 +01:00
Registry.php Fix CS 2020-10-28 22:33:29 +01:00
StateMachine.php [Workflow] Remove BC layers and deprecated codes 2019-06-04 14:35:48 +02:00
Transition.php Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
TransitionBlocker.php Merge branch '4.4' into 5.1 2020-12-08 18:02:38 +01:00
TransitionBlockerList.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
Workflow.php [Workflow] Choose which Workflow events should be dispatched (fix previous commit) 2020-08-13 09:08:45 +02:00
WorkflowEvents.php Merge branch '5.1' into 5.2 2020-12-08 18:03:37 +01:00
WorkflowInterface.php [Workflow] Fixed BC break on WorkflowInterface 2019-10-03 18:20:08 +02:00

Workflow Component

The Workflow component provides tools for managing a workflow or finite state machine.

Resources