You are here

public function FakePreprocessEventFactory::getEventHook in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/preprocess_event_dispatcher/tests/src/Unit/Helpers/FakePreprocessEventFactory.php \Drupal\Tests\preprocess_event_dispatcher\Unit\Helpers\FakePreprocessEventFactory::getEventHook()

Get the Event hook name.

Return value

string The hook name.

Overrides PreprocessEventFactoryInterface::getEventHook

File

modules/preprocess_event_dispatcher/tests/src/Unit/Helpers/FakePreprocessEventFactory.php, line 46

Class

FakePreprocessEventFactory
Class FakePreprocessEventFactory.

Namespace

Drupal\Tests\preprocess_event_dispatcher\Unit\Helpers

Code

public function getEventHook() : string {
  return $this->hook;
}