You are here

public property WorkflowType::$required_states in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/Annotation/WorkflowType.php \Drupal\workflows\Annotation\WorkflowType::required_states
  2. 9 core/modules/workflows/src/Annotation/WorkflowType.php \Drupal\workflows\Annotation\WorkflowType::required_states

States required to exist.

Normally supplied by WorkflowType::defaultConfiguration().

Type: array

File

core/modules/workflows/src/Annotation/WorkflowType.php, line 46

Class

WorkflowType
Defines a Workflow type annotation object.

Namespace

Drupal\workflows\Annotation

Code

public $required_states = [];