class StageEvent
Base class for all events related to the life cycle of the stage.
Hierarchy
- class \Drupal\package_manager\Event\StageEvent implements \Symfony\Contracts\EventDispatcher\Event
Expanded class hierarchy of StageEvent
3 files declare their use of StageEvent
- StageBase.php in core/
modules/ package_manager/ src/ StageBase.php - StageBaseTest.php in core/
modules/ package_manager/ tests/ src/ Kernel/ StageBaseTest.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 |
---|---|---|---|
StageEvent::__construct | public | function | Constructs a StageEvent object. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.