You are here

class FakeEventVariables in Hook Event Dispatcher 8

Class FakeEventVariables.

Hierarchy

Expanded class hierarchy of FakeEventVariables

File

tests/src/Unit/Preprocess/Helpers/FakeEventVariables.php, line 10

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\Helpers
View source
class FakeEventVariables extends AbstractEventVariables {

}

Members

Namesort descending Modifiers Type Description Overrides
AbstractEventVariables::$variables protected property Variables.
AbstractEventVariables::get public function Get a variable with a given name, return default if it does not exist. 1
AbstractEventVariables::getByReference public function Get a variable with a given name by reference. 1
AbstractEventVariables::remove public function Remove a given variable. 1
AbstractEventVariables::set public function Set a variable to a given value. 1
AbstractEventVariables::__construct public function Event Variables constructor.