You are here

WorkbenchModerationEvents.php in Workbench Moderation 8.2

Same filename and directory in other branches
  1. 8 src/Event/WorkbenchModerationEvents.php

File

src/Event/WorkbenchModerationEvents.php
View source
<?php

namespace Drupal\workbench_moderation\Event;

final class WorkbenchModerationEvents {

  /**
   * This event is fired everytime a state is changed.
   *
   * @Event
   */
  const STATE_TRANSITION = 'workbench_moderation.state_transition';

}

Classes