WorkbenchModerationEvents.php in Workbench Moderation 8
Same filename and directory in other branches
Namespace
Drupal\workbench_moderation\EventFile
src/Event/WorkbenchModerationEvents.phpView source
<?php
namespace Drupal\workbench_moderation\Event;
/**
* Defines a class for moderation events.
*/
final class WorkbenchModerationEvents {
/**
* This event is fired everytime a state is changed.
*
* @Event
*/
const STATE_TRANSITION = 'workbench_moderation.state_transition';
}
Classes
Name | Description |
---|---|
WorkbenchModerationEvents | Defines a class for moderation events. |