| ThemeNegotiator::$negotiators |
property |
core/lib/Drupal/Core/Theme/ThemeNegotiator.php |
Holds an array of theme negotiator IDs, sorted by priority. |
| ThemeNegotiator::$themeAccess |
property |
core/lib/Drupal/Core/Theme/ThemeNegotiator.php |
The access checker for themes. |
| ThemeNegotiator::applies |
function |
core/lib/Drupal/Core/Theme/ThemeNegotiator.php |
Whether this theme negotiator should be used to set the theme. |
| ThemeNegotiator::determineActiveTheme |
function |
core/lib/Drupal/Core/Theme/ThemeNegotiator.php |
Determine the active theme for the request. |
| ThemeNegotiator::__construct |
function |
core/lib/Drupal/Core/Theme/ThemeNegotiator.php |
Constructs a new ThemeNegotiator. |
| ThemeNegotiatorInterface |
interface |
core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php |
Defines an interface for classes which determine the active theme. |
| ThemeNegotiatorInterface.php |
file |
core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php |
|
| ThemeNegotiatorInterface::applies |
function |
core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php |
Whether this theme negotiator should be used to set the theme. |
| ThemeNegotiatorInterface::determineActiveTheme |
function |
core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php |
Determine the active theme for the request. |
| ThemeNegotiatorTest |
class |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests Drupal\Core\Theme\ThemeNegotiator. |
| ThemeNegotiatorTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
|
| ThemeNegotiatorTest::$container |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The container builder. |
| ThemeNegotiatorTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The request stack. |
| ThemeNegotiatorTest::$themeAccessCheck |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The mocked theme access checker. |
| ThemeNegotiatorTest::$themeNegotiator |
property |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
The actual tested theme negotiator. |
| ThemeNegotiatorTest::createThemeNegotiator |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Creates a new theme negotiator instance. |
| ThemeNegotiatorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
|
| ThemeNegotiatorTest::testDetermineActiveTheme |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining the theme. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithAccessCheck |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining with two negotiators of which just one returns access. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithNotApplyingNegotiator |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining with two negotiators of which one does not apply. |
| ThemeNegotiatorTest::testDetermineActiveThemeWithPriority |
function |
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php |
Tests determining with two negotiators checking the priority. |
| ThemePageTestHooks |
class |
core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php |
Hook implementations for theme_page_test. |
| ThemePageTestHooks.php |
file |
core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php |
|
| ThemePageTestHooks::systemInfoAlter |
function |
core/modules/system/tests/modules/theme_page_test/src/Hook/ThemePageTestHooks.php |
Implements hook_system_info_alter(). |
| ThemePreprocess |
class |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Preprocess for common/core theme templates. |
| ThemePreprocess.php |
file |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
|
| ThemePreprocess::preprocessContainer |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for container templates. |
| ThemePreprocess::preprocessHtml |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for HTML document templates. |
| ThemePreprocess::preprocessInstallPage |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for install page templates. |
| ThemePreprocess::preprocessItemList |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for item list templates. |
| ThemePreprocess::preprocessLinks |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for links templates. |
| ThemePreprocess::preprocessMaintenancePage |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for maintenance page templates. |
| ThemePreprocess::preprocessMaintenanceTaskList |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for maintenance task list templates. |
| ThemePreprocess::preprocessPage |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for the page template. |
| ThemePreprocess::preprocessRegion |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for region templates. |
| ThemePreprocess::preprocessTable |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for table templates. |
| ThemePreprocess::preprocessTablesortIndicator |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for tablesort indicators. |
| ThemePreprocess::__construct |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
|
| ThemeProceduralTest |
class |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
Tests low-level theme functions. |
| ThemeProceduralTest.php |
file |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
|
| ThemeProceduralTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
The theme to install as the default for testing. |
| ThemeProceduralTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
Modules to install. |
| ThemeProceduralTest::testPreprocess |
function |
core/modules/system/tests/src/Functional/Theme/ThemeProceduralTest.php |
Ensures preprocess functions run from procedural implementations. |
| ThemeRegionTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Tests theme region listing. |
| ThemeRegionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
|
| ThemeRegionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Modules to install. |
| ThemeRegionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
|
| ThemeRegionTest::testLegacyRegionListing |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Tests listing a theme's regions using legacy functions. |
| ThemeRegionTest::testRegionListing |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRegionTest.php |
Tests listing a theme's regions. |
| ThemeRegionTestThemeHooks |
class |
core/modules/system/tests/modules/theme_region_test/src/Hook/ThemeRegionTestThemeHooks.php |
Hook implementations for theme_region_test. |