You are here

class ExistingNodeIsScheduledForUnpublishingEvent in Scheduler 8

An existing node is scheduled for unpublishing.

This event is fired when an existing node is updated/saved and it has a scheduled unpublishing date.

Hierarchy

Expanded class hierarchy of ExistingNodeIsScheduledForUnpublishingEvent

1 file declares its use of ExistingNodeIsScheduledForUnpublishingEvent
scheduler_rules_integration.module in scheduler_rules_integration/scheduler_rules_integration.module
Scheduler Rules Integration.

File

scheduler_rules_integration/src/Event/ExistingNodeIsScheduledForUnpublishingEvent.php, line 13

Namespace

Drupal\scheduler_rules_integration\Event
View source
class ExistingNodeIsScheduledForUnpublishingEvent extends EventBase {
  const EVENT_NAME = 'scheduler_existing_node_is_scheduled_for_unpublishing_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.
ExistingNodeIsScheduledForUnpublishingEvent::EVENT_NAME constant