final class UpdateEvents in Automatic Updates 8
Defines events for the automatic_updates module.
Hierarchy
- class \Drupal\automatic_updates\Event\UpdateEvents
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\EventView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UpdateEvents:: |
constant | Name of the event fired after updating a site. |