final class WorkbenchModerationEvents in Workbench Moderation 8.2
Same name and namespace in other branches
- 8 src/Event/WorkbenchModerationEvents.php \Drupal\workbench_moderation\Event\WorkbenchModerationEvents
Hierarchy
- class \Drupal\workbench_moderation\Event\WorkbenchModerationEvents
Expanded class hierarchy of WorkbenchModerationEvents
1 file declares its use of WorkbenchModerationEvents
File
- src/
Event/ WorkbenchModerationEvents.php, line 5
Namespace
Drupal\workbench_moderation\EventView source
final class WorkbenchModerationEvents {
/**
* This event is fired everytime a state is changed.
*
* @Event
*/
const STATE_TRANSITION = 'workbench_moderation.state_transition';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
WorkbenchModerationEvents:: |
constant | This event is fired everytime a state is changed. |