You are here

public function AcsfEventHandler::__construct in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/Event/AcsfEventHandler.php \Drupal\acsf\Event\AcsfEventHandler::__construct()

Constructor.

Parameters

AcsfEvent $event: The event that has been initiated.

1 call to AcsfEventHandler::__construct()
AcsfDuplicationScrubEntityHandler::__construct in src/Event/AcsfDuplicationScrubEntityHandler.php
Constructor.
1 method overrides AcsfEventHandler::__construct()
AcsfDuplicationScrubEntityHandler::__construct in src/Event/AcsfDuplicationScrubEntityHandler.php
Constructor.

File

src/Event/AcsfEventHandler.php, line 41

Class

AcsfEventHandler
AcsfEventHandler.

Namespace

Drupal\acsf\Event

Code

public function __construct(AcsfEvent $event) {
  $this->event = $event;
}