ActiveTheme::getLibrariesExtend

public 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 225 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code public function getLibrariesExtend() { return $this->librariesExtend; }

ActiveTheme::getBaseThemes

public ActiveTheme::getBaseThemes() Returns an array of base theme active theme objects keyed by name. The order starts with the base theme of $this and ends with the root of the dependency chain. Return value static[] File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 193 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code public function getBaseThemes() { return $this->baseThemes; }

ActiveTheme::$styleSheetsRemove

The stylesheets which are set to be removed by the theme. Type: array File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 62 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $styleSheetsRemove;

ActiveTheme::getLibraries

public ActiveTheme::getLibraries() Returns the libraries provided by the theme. Return value mixed File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 170 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code public function getLibraries() { return $this->libraries; }

ActiveTheme::getEngine

public ActiveTheme::getEngine() Returns the theme engine. Return value string File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 141 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code public function getEngine() { return $this->engine; }

ActiveTheme::$librariesOverride

The libraries or library assets overridden by the theme. Type: array File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 83 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $librariesOverride;

ActiveTheme::$regions

The regions provided by the theme. Type: array File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 76 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $regions;

ActiveTheme::$path

The path to the theme. Type: string File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 27 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $path;

ActiveTheme::$owner

The path to the theme engine for root themes. Type: string File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 41 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $owner;

ActiveTheme::$name

The machine name of the active theme. Type: string File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 20 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $name;