StateTransitionValidation::$possibleTransitions

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

1
protected $possibleTransitions = [];
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.