You are here

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

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

Constructor.

File

src/Event/AcsfEventDispatcher.php, line 17

Class

AcsfEventDispatcher
AcsfEventDispatcher.

Namespace

Drupal\acsf\Event

Code

public function __construct() {
  $this->running = FALSE;
}