You are here

constant AutomaticUpdatesEvents::PRE_START in Automatic Updates 8.2

Name of the event fired when an automatic update is starting.

This event is fired before any files are staged. Validation results added by subscribers are not cached.

File

src/AutomaticUpdatesEvents.php, line 47

Class

AutomaticUpdatesEvents
Defines events for the automatic_updates module.

Namespace

Drupal\automatic_updates

Code

const PRE_START = 'automatic_updates.pre_start';