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

Breadcrumb

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

function ActiveTheme::getLibrariesExtend

Returns the libraries extended by the active theme.

Return value

array The list of libraries-extend definitions.

File

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

Class

ActiveTheme
Defines a theme and its information needed at runtime.

Namespace

Drupal\Core\Theme

Code

public function getLibrariesExtend() {
    return $this->librariesExtend;
}

API Navigation

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