You are here

public function WorkbenchModerationTransitionEvent::getStateAfter in Workbench Moderation 8.2

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

Return value

string

File

src/Event/WorkbenchModerationTransitionEvent.php, line 65

Class

WorkbenchModerationTransitionEvent

Namespace

Drupal\workbench_moderation\Event

Code

public function getStateAfter() {
  return $this->stateAfter;
}