final class WorkbenchModerationEvents in Workbench Moderation 8
Same name and namespace in other branches
- 8.2 src/Event/WorkbenchModerationEvents.php \Drupal\workbench_moderation\Event\WorkbenchModerationEvents
Defines a class for moderation events.
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 8
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. |