You are here

public function AcsfEvent::run in Acquia Cloud Site Factory Connector 8

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

Dispatches all event handlers.

File

src/Event/AcsfEvent.php, line 174

Class

AcsfEvent
ACSFEvent.

Namespace

Drupal\acsf\Event

Code

public function run() {
  $this
    ->loadHandlers();
  $this->dispatcher
    ->dispatch($this);
}