You are here

public function WorkflowState::getWeight in Workflow 8

File

src/Entity/WorkflowState.php, line 320

Class

WorkflowState
Workflow configuration entity to persistently store configuration.

Namespace

Drupal\workflow\Entity

Code

public function getWeight() {
  return $this->weight;
}