public function LibraryInfoAlterEvent::getLibraries in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/core_event_dispatcher/src/Event/Theme/LibraryInfoAlterEvent.php \Drupal\core_event_dispatcher\Event\Theme\LibraryInfoAlterEvent::getLibraries()
Get libraries info.
Return value
array Libraries info.
File
- modules/
core_event_dispatcher/ src/ Event/ Theme/ LibraryInfoAlterEvent.php, line 49
Class
- LibraryInfoAlterEvent
- Class LibraryInfoAlterEvent.
Namespace
Drupal\core_event_dispatcher\Event\ThemeCode
public function &getLibraries() : array {
return $this->libraries;
}