function SandboxEvent::__construct

Constructs a StageEvent object.

Parameters

\Drupal\package_manager\SandboxManagerBase $sandboxManager: The stage which fired this event.

4 calls to SandboxEvent::__construct()
CollectPathsToExcludeEvent::__construct in core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
Constructs a CollectPathsToExcludeEvent object.
PreApplyEvent::__construct in core/modules/package_manager/src/Event/PreApplyEvent.php
Constructs a PreApplyEvent object.
PreCreateEvent::__construct in core/modules/package_manager/src/Event/PreCreateEvent.php
Constructs a PreCreateEvent object.
StatusCheckEvent::__construct in core/modules/package_manager/src/Event/StatusCheckEvent.php
Constructs a StatusCheckEvent object.
4 methods override SandboxEvent::__construct()
CollectPathsToExcludeEvent::__construct in core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
Constructs a CollectPathsToExcludeEvent object.
PreApplyEvent::__construct in core/modules/package_manager/src/Event/PreApplyEvent.php
Constructs a PreApplyEvent object.
PreCreateEvent::__construct in core/modules/package_manager/src/Event/PreCreateEvent.php
Constructs a PreCreateEvent object.
StatusCheckEvent::__construct in core/modules/package_manager/src/Event/StatusCheckEvent.php
Constructs a StatusCheckEvent object.

File

core/modules/package_manager/src/Event/SandboxEvent.php, line 21

Class

SandboxEvent
Base class for all events related to the life cycle of the stage.

Namespace

Drupal\package_manager\Event

Code

public function __construct(SandboxManagerBase $sandboxManager) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.