You are here

protected property Transition::$fromStateIds in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::fromStateIds
  2. 10 core/modules/workflows/src/Transition.php \Drupal\workflows\Transition::fromStateIds

The transition's from state IDs.

Type: string[]

File

core/modules/workflows/src/Transition.php, line 36

Class

Transition
A transition value object that describes the transition between states.

Namespace

Drupal\workflows

Code

protected $fromStateIds;