public function ThemeEvent::getNewThemes in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 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\ThemeCode
public function getNewThemes() : array {
return $this->newThemes;
}