class PostApplyEvent
Event fired after staged changes are synced to the active directory.
Hierarchy
- class \Drupal\package_manager\Event\SandboxEvent implements \Symfony\Contracts\EventDispatcher\Event
- class \Drupal\package_manager\Event\PostApplyEvent implements \Drupal\package_manager\Event\SandboxEvent
Expanded class hierarchy of PostApplyEvent
11 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 - SandboxManagerBase.php in core/
modules/ package_manager/ src/ SandboxManagerBase.php
File
-
core/
modules/ package_manager/ src/ Event/ PostApplyEvent.php, line 10
Namespace
Drupal\package_manager\EventView source
final class PostApplyEvent extends SandboxEvent {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
SandboxEvent::__construct | public | function | Constructs a StageEvent object. | 4 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.