You are here

public function WorkbenchModerationTransitionEvent::getStateBefore in Workbench Moderation 8.2

Same name and namespace in other branches
  1. 8 src/Event/WorkbenchModerationTransitionEvent.php \Drupal\workbench_moderation\Event\WorkbenchModerationTransitionEvent::getStateBefore()

Return value

string

File

src/Event/WorkbenchModerationTransitionEvent.php, line 58

Class

WorkbenchModerationTransitionEvent

Namespace

Drupal\workbench_moderation\Event

Code

public function getStateBefore() {
  return $this->stateBefore;
}