You are here

constant SchedulerNodeEvents::PRE_PUBLISH in Scheduler 2.x

The event triggered before a node is published via cron.

This event allows modules to react before a node is published. The event listener method receives a \Drupal\Core\Entity\EntityInterface instance.

See also

\Drupal\scheduler\Event\SchedulerEvent

File

src/Event/SchedulerNodeEvents.php, line 71

Class

SchedulerNodeEvents
Lists the six events dispatched by Scheduler relating to Node entities.

Namespace

Drupal\scheduler\Event

Code

const PRE_PUBLISH = 'scheduler.pre_publish';