You are here

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

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

Dispatches all event handlers.

File

src/Event/AcsfEvent.php, line 185

Class

AcsfEvent
ACSF Event.

Namespace

Drupal\acsf\Event

Code

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