public function ThemesInstalledEvent::__construct in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/core_event_dispatcher/src/Event/Theme/ThemesInstalledEvent.php \Drupal\core_event_dispatcher\Event\Theme\ThemesInstalledEvent::__construct()
ThemesInstalledEvent constructor.
Parameters
array $themeList: Array containing the names of the themes being installed.
File
- modules/
core_event_dispatcher/ src/ Event/ Theme/ ThemesInstalledEvent.php, line 27
Class
- ThemesInstalledEvent
- Class ThemesInstalledEvent.
Namespace
Drupal\core_event_dispatcher\Event\ThemeCode
public function __construct(array $themeList) {
$this->themeList = $themeList;
}