You are here

public constant ScheduledTransitionInterface::ENTITY_OPERATION_RESCHEDULE in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 src/Entity/ScheduledTransitionInterface.php \Drupal\scheduled_transitions\Entity\ScheduledTransitionInterface::ENTITY_OPERATION_RESCHEDULE

Entity operation for rescheduling transitions for a scheduled transition.

File

src/Entity/ScheduledTransitionInterface.php, line 22

Class

ScheduledTransitionInterface
Interface for Scheduled Transitions.

Namespace

Drupal\scheduled_transitions\Entity

Code

public const ENTITY_OPERATION_RESCHEDULE = 'reschedule';