You are here

ExistingNodeIsScheduledForUnpublishingEvent.php in Scheduler 8

File

scheduler_rules_integration/src/Event/ExistingNodeIsScheduledForUnpublishingEvent.php
View source
<?php

namespace Drupal\scheduler_rules_integration\Event;

use Drupal\scheduler\EventBase;

/**
 * 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.
 */
class ExistingNodeIsScheduledForUnpublishingEvent extends EventBase {
  const EVENT_NAME = 'scheduler_existing_node_is_scheduled_for_unpublishing_event';

}

Classes

Namesort descending Description
ExistingNodeIsScheduledForUnpublishingEvent An existing node is scheduled for unpublishing.