You are here

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

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\Event
View source
class ExistingNodeIsScheduledForPublishingEvent extends EventBase {
  const EVENT_NAME = 'scheduler_existing_node_is_scheduled_for_publishing_event';

}

Members

Namesort descending Modifiers Type Description Overrides
EventBase::$node public property The node which is being processed.
EventBase::__construct public function Constructs the object.
ExistingNodeIsScheduledForPublishingEvent::EVENT_NAME constant