You are here

constant AutomaticUpdatesEvents::PRE_COMMIT in Automatic Updates 8.2

Name of the event fired when an automatic update is about to be committed.

Validation results added by subscribers are not cached.

File

src/AutomaticUpdatesEvents.php, line 58

Class

AutomaticUpdatesEvents
Defines events for the automatic_updates module.

Namespace

Drupal\automatic_updates

Code

const PRE_COMMIT = 'automatic_updates.pre_commit';