Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
ThemeNegotiator class core/lib/Drupal/Core/Theme/ThemeNegotiator.php Provides a class which determines the active theme of the page.
ThemeNegotiator.php file core/lib/Drupal/Core/Theme/ThemeNegotiator.php
ThemeNegotiator::$classResolver property core/lib/Drupal/Core/Theme/ThemeNegotiator.php The class resolver.
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 @coversDefaultClass \Drupal\Core\Theme\ThemeNegotiator[[api-linebreak]]
@group Theme
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.
ThemeRenderAndAutoescapeTest class core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Tests the theme_render_and_autoescape() function.
ThemeRenderAndAutoescapeTest.php file core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
ThemeRenderAndAutoescapeTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Modules to install.
ThemeRenderAndAutoescapeTest::providerTestThemeRenderAndAutoescape function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Provide test examples.
ThemeRenderAndAutoescapeTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
ThemeRenderAndAutoescapeTest::testBubblingMetadata function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Ensure cache metadata is bubbled when using theme_render_and_autoescape().
ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Ensure cache metadata is bubbled when using theme_render_and_autoescape().
ThemeRenderAndAutoescapeTest::testThemeEscapeAndRenderNotPrintable function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php Ensures invalid content is handled correctly.
ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape function core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php @dataProvider providerTestThemeRenderAndAutoescape
ThemeSettings::$configFactory property core/modules/system/src/Plugin/migrate/destination/d7/ThemeSettings.php The configuration factory.
ThemeTest::testNegotiatorPriorities function core/modules/system/tests/src/Functional/Theme/ThemeTest.php Tests the priority of some theme negotiators.
ThemeTokenTest class core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests the generation of 'theme_token' key in Drupal settings.
ThemeTokenTest.php file core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php The theme to install as the default for testing.
ThemeTokenTest::$modules property core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php We want to visit the 'admin/structure/block' page.
ThemeTokenTest::setUp function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php
ThemeTokenTest::testThemeToken function core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php Tests if the 'theme_token' key of 'ajaxPageState' is computed.
theme_render_and_autoescape function core/includes/theme.inc Escapes and renders variables for theme functions.
theme_settings_convert_to_config function core/includes/theme.inc Converts theme settings to configuration.
theme_test_page_bottom function core/modules/system/tests/modules/theme_test/theme_test.module Implements hook_page_bottom().
Tid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The vocabulary storage.
Tid::submitOptionsForm function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Provide the default form for submitting options.
Timer::stop function core/lib/Drupal/Component/Utility/Timer.php Stops the timer with the specified name.
TimestampAgoFormatterTest::$fieldStorage property core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php A field storage to use in this test class.
TimestampFormatter::$dateFormatStorage property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php The date format entity storage.
TimestampFormatter::CUSTOM_DATE_FORMAT constant core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Used to specify a date format that is customizable by user.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.