function ActiveTheme::getLibrariesOverride
Returns the libraries or library assets overridden by the active theme.
Return value
array The list of libraries overrides.
File
-
core/
lib/ Drupal/ Core/ Theme/ ActiveTheme.php, line 251
Class
- ActiveTheme
- Defines a theme and its information needed at runtime.
Namespace
Drupal\Core\ThemeCode
public function getLibrariesOverride() {
return $this->librariesOverride;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.