You are here

constant SchedulerNodeEvents::UNPUBLISH in Scheduler 2.x

The event triggered after a node is unpublished via cron.

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

See also

\Drupal\scheduler\Event\SchedulerEvent

File

src/Event/SchedulerNodeEvents.php, line 100

Class

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

Namespace

Drupal\scheduler\Event

Code

const UNPUBLISH = 'scheduler.unpublish';