class ExistingNodeIsScheduledForPublishingEvent in Scheduler 8
An existing node is scheduled for publishing.
This event is fired when an existing node is updated/saved and it has a scheduled publishing date.
Hierarchy
- class \Drupal\scheduler\EventBase extends \Drupal\Component\EventDispatcher\Event
- class \Drupal\scheduler_rules_integration\Event\ExistingNodeIsScheduledForPublishingEvent
Expanded class hierarchy of ExistingNodeIsScheduledForPublishingEvent
1 file declares its use of ExistingNodeIsScheduledForPublishingEvent
- scheduler_rules_integration.module in scheduler_rules_integration/
scheduler_rules_integration.module - Scheduler Rules Integration.
File
- scheduler_rules_integration/
src/ Event/ ExistingNodeIsScheduledForPublishingEvent.php, line 13
Namespace
Drupal\scheduler_rules_integration\EventView source
class ExistingNodeIsScheduledForPublishingEvent extends EventBase {
const EVENT_NAME = 'scheduler_existing_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. | |
ExistingNodeIsScheduledForPublishingEvent:: |
constant |