class StageEvent
Base class for all events related to the life cycle of the stage.
Hierarchy
- class \Drupal\package_manager\Event\StageEvent extends \Symfony\Contracts\EventDispatcher\Event
Expanded class hierarchy of StageEvent
7 files declare their use of StageEvent
- EventLogSubscriber.php in core/
modules/ package_manager/ tests/ modules/ package_manager_test_event_logger/ src/ EventSubscriber/ EventLogSubscriber.php - StageBase.php in core/
modules/ package_manager/ src/ StageBase.php - StageBaseTest.php in core/
modules/ package_manager/ tests/ src/ Kernel/ StageBaseTest.php - StageConflictTest.php in core/
modules/ package_manager/ tests/ src/ Kernel/ StageConflictTest.php - StageEventException.php in core/
modules/ package_manager/ src/ Exception/ StageEventException.php
File
-
core/
modules/ package_manager/ src/ Event/ StageEvent.php, line 13
Namespace
Drupal\package_manager\EventView source
abstract class StageEvent extends Event {
/**
* Constructs a StageEvent object.
*
* @param \Drupal\package_manager\StageBase $stage
* The stage which fired this event.
*/
public function __construct(StageBase $stage) {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
StageEvent::__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.