class PostApplyEvent
Event fired after staged changes are synced to the active directory.
Hierarchy
- class \Symfony\Contracts\EventDispatcher\Event implements \Psr\EventDispatcher\StoppableEventInterface
- class \Drupal\package_manager\Event\StageEvent extends \Symfony\Contracts\EventDispatcher\Event
- class \Drupal\package_manager\Event\PostApplyEvent extends \Drupal\package_manager\Event\StageEvent
- class \Drupal\package_manager\Event\StageEvent extends \Symfony\Contracts\EventDispatcher\Event
Expanded class hierarchy of PostApplyEvent
4 files declare their use of PostApplyEvent
- ChangeLogger.php in core/
modules/ package_manager/ src/ EventSubscriber/ ChangeLogger.php - LockFileValidator.php in core/
modules/ package_manager/ src/ Validator/ LockFileValidator.php - StageBase.php in core/
modules/ package_manager/ src/ StageBase.php - UpdateDataSubscriber.php in core/
modules/ package_manager/ src/ EventSubscriber/ UpdateDataSubscriber.php
File
-
core/
modules/ package_manager/ src/ Event/ PostApplyEvent.php, line 10
Namespace
Drupal\package_manager\EventView source
final class PostApplyEvent extends StageEvent {
}