You are here

public function LibraryInfoAlterEvent::getLibraries in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 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\Theme

Code

public function &getLibraries() : array {
  return $this->libraries;
}