Search for theme_
- Search 7.x for theme_
- Search 9.5.x for theme_
- Search 8.9.x for theme_
- Search 10.3.x for theme_
- Search main for theme_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests Drupal\Core\Theme\ThemeNegotiator. |
| 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. |
| ThemePageTestHooks | class | core/ |
Hook implementations for theme_page_test. |
| ThemePageTestHooks.php | file | core/ |
|
| ThemePageTestHooks::systemInfoAlter | function | core/ |
Implements hook_system_info_alter(). |
| ThemePreprocess | class | core/ |
Preprocess for common/core theme templates. |
| ThemePreprocess.php | file | core/ |
|
| ThemePreprocess::preprocessContainer | function | core/ |
Prepares variables for container templates. |
| ThemePreprocess::preprocessHtml | function | core/ |
Prepares variables for HTML document templates. |
| ThemePreprocess::preprocessInstallPage | function | core/ |
Prepares variables for install page templates. |
| ThemePreprocess::preprocessItemList | function | core/ |
Prepares variables for item list templates. |
| ThemePreprocess::preprocessLinks | function | core/ |
Prepares variables for links templates. |
| ThemePreprocess::preprocessMaintenancePage | function | core/ |
Prepares variables for maintenance page templates. |
| ThemePreprocess::preprocessMaintenanceTaskList | function | core/ |
Prepares variables for maintenance task list templates. |
| ThemePreprocess::preprocessPage | function | core/ |
Prepares variables for the page template. |
| ThemePreprocess::preprocessRegion | function | core/ |
Prepares variables for region templates. |
| ThemePreprocess::preprocessTable | function | core/ |
Prepares variables for table templates. |
| ThemePreprocess::preprocessTablesortIndicator | function | core/ |
Prepares variables for tablesort indicators. |
| ThemePreprocess::__construct | function | core/ |
|
| ThemeProceduralTest | class | core/ |
Tests low-level theme functions. |
| ThemeProceduralTest.php | file | core/ |
|
| ThemeProceduralTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThemeProceduralTest::$modules | property | core/ |
Modules to install. |
| ThemeProceduralTest::testPreprocess | function | core/ |
Ensures preprocess functions run from procedural implementations. |
| ThemeRegionTest | class | core/ |
Tests theme region listing. |
| ThemeRegionTest.php | file | core/ |
|
| ThemeRegionTest::$modules | property | core/ |
Modules to install. |
| ThemeRegionTest::setUp | function | core/ |
|
| ThemeRegionTest::testLegacyRegionListing | function | core/ |
Tests listing a theme's regions using legacy functions. |
| ThemeRegionTest::testRegionListing | function | core/ |
Tests listing a theme's regions. |
| ThemeRegionTestThemeHooks | class | core/ |
Hook implementations for theme_region_test. |
| ThemeRegionTestThemeHooks.php | file | core/ |
|
| ThemeRegionTestThemeHooks::preprocessRegion | function | core/ |
Implements hook_preprocess_HOOK() for region templates. |
| ThemeRegistry | class | core/ |
Builds the run-time theme registry. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.