public function AcsfEvent::run in Acquia Cloud Site Factory Connector 8
Same name and namespace in other branches
- 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\EventCode
public function run() {
$this
->loadHandlers();
$this->dispatcher
->dispatch($this);
}