public function AcsfEventHandler::__construct in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 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\EventCode
public function __construct(AcsfEvent $event) {
$this->event = $event;
}