You are here

public function UnitTestDummyHandlerInterrupt::handle in Acquia Cloud Site Factory Connector 8.2

Same name and namespace in other branches
  1. 8 tests/UnitTestDummyHandlerInterrupt.php \UnitTestDummyHandlerInterrupt::handle()

Dummy handler.

Overrides AcsfEventHandler::handle

File

tests/UnitTestDummyHandlerInterrupt.php, line 13

Class

UnitTestDummyHandlerInterrupt
UnitTestDummyHandlerInterrupt.

Code

public function handle() {
  $this->event->dispatcher
    ->interrupt();
}