class PostApplyEvent
Event fired after staged changes are synced to the active directory.
Hierarchy
- class \Drupal\package_manager\Event\StageEvent extends \Symfony\Contracts\EventDispatcher\Event
- class \Drupal\package_manager\Event\PostApplyEvent extends \Drupal\package_manager\Event\StageEvent
Expanded class hierarchy of PostApplyEvent
9 files declare their use of PostApplyEvent
- ChangeLogger.php in core/
modules/ package_manager/ src/ EventSubscriber/ ChangeLogger.php - EventLogSubscriber.php in core/
modules/ package_manager/ tests/ modules/ package_manager_test_event_logger/ src/ EventSubscriber/ EventLogSubscriber.php - LockFileValidator.php in core/
modules/ package_manager/ src/ Validator/ LockFileValidator.php - PostApplySubscriber.php in core/
modules/ package_manager/ tests/ fixtures/ build_test_projects/ updated_module/ 1.1.0/ src/ PostApplySubscriber.php - StageBase.php in core/
modules/ package_manager/ src/ StageBase.php
File
-
core/
modules/ package_manager/ src/ Event/ PostApplyEvent.php, line 10
Namespace
Drupal\package_manager\EventView source
final class PostApplyEvent extends StageEvent {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.