You are here

public function LibraryInfoAlterEvent::getLibraries in Hook Event Dispatcher 8

Get libraries info.

Return value

array Libraries info.

File

src/Event/Theme/LibraryInfoAlterEvent.php, line 49

Class

LibraryInfoAlterEvent
Class LibraryInfoAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Theme

Code

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