Stores the possible state transitions.
Type: array
File
- core/modules/content_moderation/src/StateTransitionValidation.php, line 35
Class
- StateTransitionValidation
- Validates whether a certain state transition is allowed.
Namespace
Drupal\content_moderation
Code
protected $possibleTransitions = [];
Please login to continue.