public function WorkflowTransitionEvent::getFieldName in State Machine 8
Gets the state field name.
Return value
string The state field name.
File
- src/
Event/ WorkflowTransitionEvent.php, line 98
Class
- WorkflowTransitionEvent
- Defines the workflow transition event.
Namespace
Drupal\state_machine\EventCode
public function getFieldName() {
return $this->fieldName;
}