You are here

public function AbstractThemeSuggestionsEvent::getVariables in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Theme/AbstractThemeSuggestionsEvent.php \Drupal\core_event_dispatcher\Event\Theme\AbstractThemeSuggestionsEvent::getVariables()

Get variables.

Return value

array Array of variables.

File

modules/core_event_dispatcher/src/Event/Theme/AbstractThemeSuggestionsEvent.php, line 64

Class

AbstractThemeSuggestionsEvent
Class AbstractThemeSuggestionsEvent.

Namespace

Drupal\core_event_dispatcher\Event\Theme

Code

public function getVariables() : array {
  return $this->variables;
}