class NewNodeIsScheduledForPublishingEvent in Scheduler 8
A new node is scheduled for publishing.
This event is fired when a newly created node is saved for the first time and it has a scheduled publishing date.
Hierarchy
- class \Drupal\scheduler\EventBase extends \Drupal\Component\EventDispatcher\Event
- class \Drupal\scheduler_rules_integration\Event\NewNodeIsScheduledForPublishingEvent
Expanded class hierarchy of NewNodeIsScheduledForPublishingEvent
1 file declares its use of NewNodeIsScheduledForPublishingEvent
- scheduler_rules_integration.module in scheduler_rules_integration/
scheduler_rules_integration.module - Scheduler Rules Integration.
File
- scheduler_rules_integration/
src/ Event/ NewNodeIsScheduledForPublishingEvent.php, line 13
Namespace
Drupal\scheduler_rules_integration\EventView source
class NewNodeIsScheduledForPublishingEvent extends EventBase {
const EVENT_NAME = 'scheduler_new_node_is_scheduled_for_publishing_event';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EventBase:: |
public | property | The node which is being processed. | |
EventBase:: |
public | function | Constructs the object. | |
NewNodeIsScheduledForPublishingEvent:: |
constant |