Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeManager::hasActiveTheme | function | core/ |
Determines whether there is an active theme. |
| ThemeManager::resetActiveTheme | function | core/ |
Resets the current active theme. |
| ThemeManager::setActiveTheme | function | core/ |
Sets the current active theme manually. |
| ThemeManager::setThemeRegistry | function | core/ |
Sets the theme registry. |
| ThemeManager::__construct | function | core/ |
Constructs a new ThemeManager object. |
| ThemeManagerInterface::hasActiveTheme | function | core/ |
Determines whether there is an active theme. |
| ThemeManagerInterface::resetActiveTheme | function | core/ |
Resets the current active theme. |
| ThemeManagerInterface::setActiveTheme | function | core/ |
Sets the current active theme manually. |
| ThemeNegotiator::$classResolver | property | core/ |
The class resolver. |
| ThemeNegotiator::$negotiators | property | core/ |
Holds an array of theme negotiator IDs, sorted by priority. |
| ThemeNegotiator::$themeAccess | property | core/ |
The access checker for themes. |
| ThemeNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| ThemeNegotiator::__construct | function | core/ |
Constructs a new ThemeNegotiator. |
| ThemeNegotiatorInterface::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| ThemeNegotiatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Theme\ThemeNegotiator[[api-linebreak]] @group Theme |
| ThemeNegotiatorTest.php | file | core/ |
|
| ThemeNegotiatorTest::$container | property | core/ |
The container builder. |
| ThemeNegotiatorTest::$requestStack | property | core/ |
The request stack. |
| ThemeNegotiatorTest::$themeAccessCheck | property | core/ |
The mocked theme access checker. |
| ThemeNegotiatorTest::$themeNegotiator | property | core/ |
The actual tested theme negotiator. |
| ThemeNegotiatorTest::createThemeNegotiator | function | core/ |
Creates a new theme negotiator instance. |
| ThemeNegotiatorTest::setUp | function | core/ |
|
| ThemeNegotiatorTest::testDetermineActiveTheme | function | core/ |
Tests determining the theme. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithAccessCheck | function | core/ |
Tests determining with two negotiators of which just one returns access. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithNotApplyingNegotiator | function | core/ |
Tests determining with two negotiators of which one does not apply. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithPriority | function | core/ |
Tests determining with two negotiators checking the priority. |
| ThemeRegistry | class | core/ |
Builds the run-time theme registry. |
| ThemeRegistry.php | file | core/ |
|
| ThemeRegistry::$completeRegistry | property | core/ |
The complete theme registry array. |
| ThemeRegistry::$persistable | property | core/ |
Whether the partial registry can be persisted to the cache. |
| ThemeRegistry::get | function | core/ |
Gets value from the cache. |
| ThemeRegistry::has | function | core/ |
Returns whether data exists for this key. |
| ThemeRegistry::initializeRegistry | function | core/ |
Initializes the full theme registry. |
| ThemeRegistry::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
| ThemeRegistry::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
| ThemeRegistry::__construct | function | core/ |
Constructs a ThemeRegistry object. |
| ThemeRegistryLoader | class | core/ |
Loads templates based on information from the Drupal theme registry. |
| ThemeRegistryLoader.php | file | core/ |
|
| ThemeRegistryLoader::$themeRegistry | property | core/ |
The theme registry used to determine which template to use. |
| ThemeRegistryLoader::findTemplate | function | core/ |
Finds the path to the requested template. |
| ThemeRegistryLoader::getCacheKey | function | core/ |
|
| ThemeRegistryLoader::__construct | function | core/ |
Constructs a new ThemeRegistryLoader object. |
| ThemeRegistryLoaderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Template\Loader\ThemeRegistryLoader[[api-linebreak]] @group Template |
| ThemeRegistryLoaderTest.php | file | core/ |
|
| ThemeRegistryLoaderTest::testLoaderReturnsFalseForExistsOnNonexistent | function | core/ |
@covers ::findTemplate[[api-linebreak]] |
| ThemeRenderAndAutoescapeTest | class | core/ |
Tests the theme_render_and_autoescape() function. |
| ThemeRenderAndAutoescapeTest.php | file | core/ |
Contains \Drupal\KernelTests\Core\Theme\ThemeRenderAndAutoescapeTest. |
| ThemeRenderAndAutoescapeTest::$modules | property | core/ |
Modules to enable. |
| ThemeRenderAndAutoescapeTest::providerTestThemeRenderAndAutoescape | function | core/ |
Provide test examples. |
| ThemeRenderAndAutoescapeTest::testBubblingMetadata | function | core/ |
Ensure cache metadata is bubbled when using theme_render_and_autoescape(). |
Pagination
- Previous page
- Page 1280
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.