You are here

public function AcsfEventDispatcher::interrupt 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::interrupt()

Allows the interruption of the dispatcher.

File

src/Event/AcsfEventDispatcher.php, line 24

Class

AcsfEventDispatcher
AcsfEventDispatcher.

Namespace

Drupal\acsf\Event

Code

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