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