You are here

public function ThemeEvent::getNewThemes in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/core_event_dispatcher/src/Event/Theme/ThemeEvent.php \Drupal\core_event_dispatcher\Event\Theme\ThemeEvent::getNewThemes()

Get the new themes.

Return value

array The new theme information.

File

modules/core_event_dispatcher/src/Event/Theme/ThemeEvent.php, line 69

Class

ThemeEvent
Class ThemeEvent.

Namespace

Drupal\core_event_dispatcher\Event\Theme

Code

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