You are here

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\Theme

Code

public function getExisting() {
  return $this->existing;
}