public function WorkbenchModerationTransitionEvent::getStateBefore in Workbench Moderation 8.2
Same name and namespace in other branches
- 8 src/Event/WorkbenchModerationTransitionEvent.php \Drupal\workbench_moderation\Event\WorkbenchModerationTransitionEvent::getStateBefore()
Return value
string
File
- src/
Event/ WorkbenchModerationTransitionEvent.php, line 58
Class
Namespace
Drupal\workbench_moderation\EventCode
public function getStateBefore() {
return $this->stateBefore;
}