final class UpdateHelperEvents in Update helper 2.x
Same name and namespace in other branches
- 8 src/Events/UpdateHelperEvents.php \Drupal\update_helper\Events\UpdateHelperEvents
Update helper events.
@package Drupal\update_helper\Events
Hierarchy
- class \Drupal\update_helper\Events\UpdateHelperEvents
Expanded class hierarchy of UpdateHelperEvents
4 files declare their use of UpdateHelperEvents
- CommandGcuSubscriber.php in modules/
update_helper_checklist/ src/ Events/ CommandGcuSubscriber.php - ConfigurationUpdate.php in src/
Generators/ ConfigurationUpdate.php - ConfigurationUpdateSubscriber.php in modules/
update_helper_checklist/ src/ Events/ ConfigurationUpdateSubscriber.php - Updater.php in src/
Updater.php
File
- src/
Events/ UpdateHelperEvents.php, line 10
Namespace
Drupal\update_helper\EventsView source
final class UpdateHelperEvents {
/**
* Event dispatched when command interact is executed.
*/
const COMMAND_GCU_INTERACT = 'update_helper.command.gcu.interact';
/**
* Event dispatched when command is executed.
*/
const COMMAND_GCU_EXECUTE = 'update_helper.command.gcu.execute';
/**
* Event dispatched when configuration update is executed.
*/
const CONFIGURATION_UPDATE = 'update_helper.configuration.update';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UpdateHelperEvents:: |
constant | Event dispatched when command is executed. | ||
UpdateHelperEvents:: |
constant | Event dispatched when command interact is executed. | ||
UpdateHelperEvents:: |
constant | Event dispatched when configuration update is executed. |