protected ThemeHandler::doGetBaseThemes(array $themes, $theme, $used_themes = array())
Finds the base themes for the specific theme.
Parameters
array $themes: An array of available themes.
string $theme: The name of the theme whose base we are looking for.
array $used_themes: (optional) A recursion parameter preventing endless loops. Defaults to an empty array.
Return value
array An array of base themes.
File
core/lib/Drupal/Core/Extension/ThemeHandler.php, line 385
Class
ThemeHandler De