You are here

UpdateEvents.php in Automatic Updates 8

File

src/Event/UpdateEvents.php
View source
<?php

namespace Drupal\automatic_updates\Event;


/**
 * Defines events for the automatic_updates module.
 */
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';

}

Classes

Namesort descending Description
UpdateEvents Defines events for the automatic_updates module.