You are here

public function ThemesInstalledEvent::getThemeList in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Theme/ThemesInstalledEvent.php \Drupal\core_event_dispatcher\Event\Theme\ThemesInstalledEvent::getThemeList()

Get theme list.

Return value

array Theme list.

File

modules/core_event_dispatcher/src/Event/Theme/ThemesInstalledEvent.php, line 37

Class

ThemesInstalledEvent
Class ThemesInstalledEvent.

Namespace

Drupal\core_event_dispatcher\Event\Theme

Code

public function getThemeList() : array {
  return $this->themeList;
}