Search for theme_
- Search 7.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search 11.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ThemeManagerInterface::alter | function | core/ |
Passes alterable variables to specific $theme_TYPE_alter() implementations. |
| ThemeManagerInterface::alterForTheme | function | core/ |
Provides an alter hook for a specific theme. |
| ThemeManagerInterface::getActiveTheme | function | core/ |
Returns the active theme object. |
| ThemeManagerInterface::hasActiveTheme | function | core/ |
Determines whether there is an active theme. |
| ThemeManagerInterface::render | function | core/ |
Generates themed output. |
| ThemeManagerInterface::resetActiveTheme | function | core/ |
Resets the current active theme. |
| ThemeManagerInterface::setActiveTheme | function | core/ |
Sets the current active theme manually. |
| ThemeNegotiator | class | core/ |
Provides a class which determines the active theme of the page. |
| ThemeNegotiator.php | file | core/ |
|
| 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::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| ThemeNegotiator::__construct | function | core/ |
Constructs a new ThemeNegotiator. |
| ThemeNegotiatorInterface | interface | core/ |
Defines an interface for classes which determine the active theme. |
| ThemeNegotiatorInterface.php | file | core/ |
|
| ThemeNegotiatorInterface::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| ThemeNegotiatorInterface::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| 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]] |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.