You are here

final class UpdateEvents in Automatic Updates 8

Defines events for the automatic_updates module.

Hierarchy

Expanded class hierarchy of UpdateEvents

2 files declare their use of UpdateEvents
InPlaceUpdate.php in src/Services/InPlaceUpdate.php
PostUpdateSubscriber.php in src/EventSubscriber/PostUpdateSubscriber.php

File

src/Event/UpdateEvents.php, line 8

Namespace

Drupal\automatic_updates\Event
View source
final class UpdateEvents {

  /**
   * Name of the event fired after updating a site.
   *
   * @Event
   *
   * @see \Drupal\automatic_updates\Event\PostUpdateEvent
   */
  const POST_UPDATE = 'automatic_updates.post_update';

}

Members

Namesort descending Modifiers Type Description Overrides
UpdateEvents::POST_UPDATE constant Name of the event fired after updating a site.