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\EntityCode
public function getWeight() {
return $this->weight;
}