public function ThemeEvent::getExisting in Hook Event Dispatcher 8
Get the existing implementations.
Return value
array The existing implementations.
File
- src/
Event/ Theme/ ThemeEvent.php, line 60
Class
- ThemeEvent
- Class ThemeEvent.
Namespace
Drupal\hook_event_dispatcher\Event\ThemeCode
public function getExisting() {
return $this->existing;
}