You are here

protected property ContentModerationStateChangedEvent::$originalState in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/EventSubscriber/ContentModerationStateChangedEvent.php \Drupal\workbench_email\EventSubscriber\ContentModerationStateChangedEvent::originalState

The state the content was before, or FALSE if none existed.

Type: string|FALSE

File

src/EventSubscriber/ContentModerationStateChangedEvent.php, line 34

Class

ContentModerationStateChangedEvent
Defines content moderation state change events.

Namespace

Drupal\workbench_email\EventSubscriber

Code

protected $originalState;