public function AcsfEventDispatcher::__construct in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 src/Event/AcsfEventDispatcher.php \Drupal\acsf\Event\AcsfEventDispatcher::__construct()
Constructor.
File
- src/
Event/ AcsfEventDispatcher.php, line 17
Class
- AcsfEventDispatcher
- AcsfEventDispatcher.
Namespace
Drupal\acsf\EventCode
public function __construct() {
$this->running = FALSE;
}