public function StateItemInterface::getOriginalLabel in State Machine 8
Gets the label of the original state.
Return value
string The label of the original state.
1 method overrides StateItemInterface::getOriginalLabel()
- StateItem::getOriginalLabel in src/
Plugin/ Field/ FieldType/ StateItem.php  - Gets the label of the original state.
 
File
- src/
Plugin/ Field/ FieldType/ StateItemInterface.php, line 56  
Class
- StateItemInterface
 - Defines the interface for state field items.
 
Namespace
Drupal\state_machine\Plugin\Field\FieldTypeCode
public function getOriginalLabel();