function State::label
Same name in other branches
- 9 core/modules/workflows/src/State.php \Drupal\workflows\State::label()
- 8.9.x core/modules/workflows/src/State.php \Drupal\workflows\State::label()
- 10 core/modules/workflows/src/State.php \Drupal\workflows\State::label()
Overrides StateInterface::label
File
-
core/
modules/ workflows/ src/ State.php, line 67
Class
- State
- A value object representing a workflow state.
Namespace
Drupal\workflowsCode
public function label() {
return $this->label;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.