You are here

protected property State::$weight in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/workflows/src/State.php \Drupal\workflows\State::weight

The state's weight.

Type: int

File

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

Class

State
A value object representing a workflow state.

Namespace

Drupal\workflows

Code

protected $weight;