public function ThemeEvent::getExisting in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/core_event_dispatcher/src/Event/Theme/ThemeEvent.php \Drupal\core_event_dispatcher\Event\Theme\ThemeEvent::getExisting()
Get the existing implementations.
Return value
array The existing implementations.
File
- modules/
core_event_dispatcher/ src/ Event/ Theme/ ThemeEvent.php, line 59
Class
- ThemeEvent
- Class ThemeEvent.
Namespace
Drupal\core_event_dispatcher\Event\ThemeCode
public function getExisting() : array {
return $this->existing;
}