constant SchedulerEvents::PUBLISH_IMMEDIATELY in Scheduler 8
The event triggered after a node is published immediately.
This event allows modules to react after a node is published immediately. The event listener method receives a \Drupal\Core\Entity\EntityInterface instance.
See also
\Drupal\scheduler\SchedulerEvent
File
- src/
SchedulerEvents.php, line 28
Class
- SchedulerEvents
- Contains all events dispatched by Scheduler.
Namespace
Drupal\schedulerCode
const PUBLISH_IMMEDIATELY = 'scheduler.publish_immediately';