public ThemeHandler::getBaseThemes(array $themes, $theme)
Finds all the base themes for the specified theme.
Themes can inherit templates and function implementations from earlier themes.
\Drupal\Core\Extension\Extension[] $themes: An array of available themes.
string $theme: The name of the theme whose base we are looking for.
array Returns an array of all of the theme's ancestors; the first element's value will be NULL if an error occurred.
Overrides ThemeHandlerInterface::getBaseThemes
public function getBaseThemes(array $themes, $theme) { return $this->doGetBaseThemes($themes, $theme); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Extension!ThemeHandler.php/function/ThemeHandler::getBaseThemes/8.1.x