You are here

public function ThemeEvent::getNewThemes in Hook Event Dispatcher 8

Get the new themes.

Return value

array The new theme information.

File

src/Event/Theme/ThemeEvent.php, line 70

Class

ThemeEvent
Class ThemeEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Theme

Code

public function getNewThemes() {
  return $this->newThemes;
}