UnitTestDummyHandlerInterrupt.php in Acquia Cloud Site Factory Connector 8
Same filename and directory in other branches
File
tests/UnitTestDummyHandlerInterrupt.phpView source
<?php
use Drupal\acsf\Event\AcsfEventHandler;
/**
* UnitTestDummyHandlerInterrupt.
*/
class UnitTestDummyHandlerInterrupt extends AcsfEventHandler {
/**
* Dummy handler.
*/
public function handle() {
$this->event->dispatcher
->interrupt();
}
}
Classes
Name | Description |
---|---|
UnitTestDummyHandlerInterrupt | UnitTestDummyHandlerInterrupt. |