You are here

public function WorkflowTypeInterface::getRequiredStates in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/WorkflowTypeInterface.php \Drupal\workflows\WorkflowTypeInterface::getRequiredStates()
  2. 10 core/modules/workflows/src/WorkflowTypeInterface.php \Drupal\workflows\WorkflowTypeInterface::getRequiredStates()

Gets the required states of workflow type.

This is usually specified in the workflow type annotation.

Return value

string[] The required states.

See also

\Drupal\workflows\Annotation\WorkflowType

1 method overrides WorkflowTypeInterface::getRequiredStates()
WorkflowTypeBase::getRequiredStates in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Gets the required states of workflow type.

File

core/modules/workflows/src/WorkflowTypeInterface.php, line 79

Class

WorkflowTypeInterface
An interface for Workflow type plugins.

Namespace

Drupal\workflows

Code

public function getRequiredStates();