You are here

ScheduledTransitionsEvents.php in Scheduled Transitions 2.x

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

File

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

declare (strict_types=1);
namespace Drupal\scheduled_transitions\Event;


/**
 * Defines events for scheduled transitions.
 */
final class ScheduledTransitionsEvents {

  /**
   * Used to determine the new revision for a transition.
   *
   * @Event
   *
   * @see \Drupal\scheduled_transitions\Event\ScheduledTransitionsNewRevisionEvent
   */
  const NEW_REVISION = 'scheduled_transitions.new_revision';

}

Classes

Namesort descending Description
ScheduledTransitionsEvents Defines events for scheduled transitions.