Search for theme_
- Search 7.x for theme_
- Search 9.5.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 |
|---|---|---|---|
| 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 | interface | core/ |
Provides a high level access to the active theme and methods to use it. |
| ThemeManagerInterface.php | file | core/ |
|
| 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. |
| ThemeNotUsingClassyLibraryTest | class | core/ |
Tests that themes do not depend on Classy libraries. |
| ThemeNotUsingClassyLibraryTest.php | file | core/ |
|
| ThemeNotUsingClassyLibraryTest::$classyLibraries | property | core/ |
Classy's libraries. |
| ThemeNotUsingClassyLibraryTest::$classyLibrariesExtend | property | core/ |
Libraries that Classy extends. |
| ThemeNotUsingClassyLibraryTest::$libraryDiscovery | property | core/ |
The library discovery service. |
| ThemeNotUsingClassyLibraryTest::$themeHandler | property | core/ |
The theme handler. |
| ThemeNotUsingClassyLibraryTest::$themeInitialization | property | core/ |
The theme initialization. |
| ThemeNotUsingClassyLibraryTest::confirmMatchingAssets | function | core/ |
Confirms that the assets of a copied Classy library match the original's. |
| ThemeNotUsingClassyLibraryTest::confirmNoClassyAssets | function | core/ |
Confirms a library is not loading any Classy assets. |
| ThemeNotUsingClassyLibraryTest::providerTestThemeAccountsForClassyExtensions | function | core/ |
Data provider. |
| ThemeNotUsingClassyLibraryTest::providerTestThemeNotUsingClassyLibraries | function | core/ |
Data provider. |
| ThemeNotUsingClassyLibraryTest::setUp | function | core/ |
|
| ThemeNotUsingClassyLibraryTest::testThemeAccountsForClassyExtensions | function | core/ |
Checks for theme-specific equivalents of all Classy library-extends. |
| ThemeNotUsingClassyLibraryTest::testThemeNotUsingClassyLibraries | function | core/ |
Ensures that a theme is decoupled from Classy libraries. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.