You are here

namespace Drupal\automatic_updates\Event in Automatic Updates 8.2

Same name in other branches
  1. 8 Drupal\automatic_updates\Event
Classsort descending Location Description
ExcludedPathsSubscriber src/Event/ExcludedPathsSubscriber.php Defines an event subscriber to exclude certain paths from update operations.
ExcludedPathsTrait src/Event/ExcludedPathsTrait.php Common functionality for events which can collect excluded paths.
PackagesAwareTrait src/Event/PackagesAwareTrait.php Common functionality for events which can carry desired package versions.
PreCommitEvent src/Event/PreCommitEvent.php Event fired before staged changes are copied into the active site.
PreStartEvent src/Event/PreStartEvent.php Event fired before an update begins.
ReadinessCheckEvent src/Event/ReadinessCheckEvent.php Event fired when checking if the site could perform an update.
UpdateEvent src/Event/UpdateEvent.php Event fired when a site is updating.
UpdateRefreshSubscriber src/Event/UpdateRefreshSubscriber.php Clears stale update data once a staged update has been committed.