constant SchedulerMediaEvents::PRE_UNPUBLISH in Scheduler 2.x
The event triggered before a media item is unpublished by cron.
This event allows modules to react before an entity is unpublished by Cron. The event listener receives a \Drupal\Core\Entity\EntityInterface instance.
See also
\Drupal\scheduler\Event\SchedulerEvent
File
- src/
Event/ SchedulerMediaEvents.php, line 80
Class
- SchedulerMediaEvents
- Lists the six events dispatched by Scheduler relating to Media entities.
Namespace
Drupal\scheduler\EventCode
const PRE_UNPUBLISH = 'scheduler.media_pre_unpublish';