Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ActiveTheme.php

function ActiveTheme::getLibraries

Returns the libraries provided by the theme.

Return value

mixed

File

core/lib/Drupal/Core/Theme/ActiveTheme.php, line 178

Class

ActiveTheme
Defines a theme and its information needed at runtime.

Namespace

Drupal\Core\Theme

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal