| ThemeExtensionListTest::testThemeWithoutVersion |
function |
core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php |
Tests that themes have an empty default version set. |
| ThemeHandler |
class |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Default theme handler using the config system to store installation statuses. |
| ThemeHandler.php |
file |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
|
| ThemeHandler::$configFactory |
property |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
The config factory to get the installed themes. |
| ThemeHandler::$list |
property |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
A list of all currently available themes. |
| ThemeHandler::$root |
property |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
The app root. |
| ThemeHandler::$themeList |
property |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
An extension discovery instance. |
| ThemeHandler::addTheme |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Adds a theme extension to the internal listing. |
| ThemeHandler::getBaseThemes |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Finds all the base themes for the specified theme. |
| ThemeHandler::getDefault |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Returns the default theme. |
| ThemeHandler::getName |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Gets the human readable name of a given theme. |
| ThemeHandler::getTheme |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Returns a theme extension object from the currently active theme list. |
| ThemeHandler::getThemeDirectories |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Returns an array of directories for all installed themes. |
| ThemeHandler::hasUi |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Determines if a theme should be shown in the user interface. |
| ThemeHandler::listInfo |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Returns a list of currently installed themes. |
| ThemeHandler::rebuildThemeData |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Scans and collects theme extension data and their engines. |
| ThemeHandler::refreshInfo |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Refreshes the theme info data of currently installed themes. |
| ThemeHandler::reset |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Resets the internal state of the theme handler. |
| ThemeHandler::themeExists |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Determines whether a given theme is installed. |
| ThemeHandler::__construct |
function |
core/lib/Drupal/Core/Extension/ThemeHandler.php |
Constructs a new ThemeHandler. |
| ThemeHandlerInterface |
interface |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Manages the list of available themes. |
| ThemeHandlerInterface.php |
file |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
|
| ThemeHandlerInterface::addTheme |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Adds a theme extension to the internal listing. |
| ThemeHandlerInterface::getBaseThemes |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Finds all the base themes for the specified theme. |
| ThemeHandlerInterface::getDefault |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Returns the default theme. |
| ThemeHandlerInterface::getName |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Gets the human readable name of a given theme. |
| ThemeHandlerInterface::getTheme |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Returns a theme extension object from the currently active theme list. |
| ThemeHandlerInterface::getThemeDirectories |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Returns an array of directories for all installed themes. |
| ThemeHandlerInterface::hasUi |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Determines if a theme should be shown in the user interface. |
| ThemeHandlerInterface::listInfo |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Returns a list of currently installed themes. |
| ThemeHandlerInterface::rebuildThemeData |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Scans and collects theme extension data and their engines. |
| ThemeHandlerInterface::refreshInfo |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Refreshes the theme info data of currently installed themes. |
| ThemeHandlerInterface::reset |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Resets the internal state of the theme handler. |
| ThemeHandlerInterface::themeExists |
function |
core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php |
Determines whether a given theme is installed. |
| ThemeHandlerTest |
class |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
Tests Drupal\Core\Extension\ThemeHandler. |
| ThemeHandlerTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
|
| ThemeHandlerTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
The mocked config factory. |
| ThemeHandlerTest::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
The tested theme handler. |
| ThemeHandlerTest::$themeList |
property |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
The theme listing service. |
| ThemeHandlerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
|
| ThemeHandlerTest::testMissingTheme |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
Test that a missing theme doesn't break ThemeHandler::listInfo(). |
| ThemeHandlerTest::testRebuildThemeData |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
Tests rebuilding the theme data. |
| ThemeHandlerTest::testThemeLibrariesEmpty |
function |
core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php |
Tests empty libraries in theme.info.yml file. |
| ThemeHook |
class |
core/modules/system/src/Hook/ThemeHook.php |
Hook implementations for system. |
| ThemeHook.php |
file |
core/modules/system/src/Hook/ThemeHook.php |
|
| ThemeHook::theme |
function |
core/modules/system/src/Hook/ThemeHook.php |
Implements hook_theme(). |
| ThemeHookCollectorPass |
class |
core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php |
Collects and registers hook implementations. |
| ThemeHookCollectorPass.php |
file |
core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php |
|
| ThemeHookCollectorPass::$oopImplementations |
property |
core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php |
OOP implementation theme names keyed by hook name and "$class::$method". |
| ThemeHookCollectorPass::$preprocessForSuggestions |
property |
core/lib/Drupal/Core/Hook/ThemeHookCollectorPass.php |
Preprocess suggestions discovered in extensions. |