TermRouteContext::__construct |
function |
core/modules/taxonomy/src/ContextProvider/TermRouteContext.php |
Constructs a new TermRouteContext. |
TermTest::getExpectedCacheContexts |
function |
core/modules/jsonapi/tests/src/Functional/TermTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
TermTranslationUITest::$defaultCacheContexts |
property |
core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php |
Default cache contexts expected on a non-translated entity. |
TermTranslationViewsTest::testTermsTranslationWithContextualFilter |
function |
core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php |
Ensure that proper translation is returned when contextual filter. |
TestCacheableDependency::$contexts |
property |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
|
TestCacheableDependency::getCacheContexts |
function |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
The cache contexts associated with this object. |
TestCacheBlock::getCacheContexts |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php |
|
TestConfigurableContextAwarePlugin |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
|
TestConfigurableContextAwarePlugin::defaultConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Gets default configuration for this plugin. |
TestConfigurableContextAwarePlugin::getConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Gets this plugin's configuration. |
TestConfigurableContextAwarePlugin::setConfiguration |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Sets the configuration for this plugin instance. |
TestConfigurableContextAwarePluginInterface |
interface |
core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php |
|
TestContextAwareBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php |
Provides a context-aware block. |
TestContextAwareBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php |
|
TestContextAwareBlock::blockAccess |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php |
Indicates whether the block should be shown. |
TestContextAwareBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php |
Builds and returns the renderable array for this block plugin. |
TestContextAwareLayout |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/TestContextAwareLayout.php |
The TestContextAwareLayout Class. |
TestContextAwareLayout.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/TestContextAwareLayout.php |
|
TestContextAwareLayout::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Layout/TestContextAwareLayout.php |
Build a render array for layout with regions. |
TestContextAwareNoValidContextOptionsBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php |
Provides a context-aware block that uses a not-passed, non-required context. |
TestContextAwareNoValidContextOptionsBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php |
|
TestContextAwareNoValidContextOptionsBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php |
Builds and returns the renderable array for this block plugin. |
TestContextAwarePlugin |
class |
core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php |
Provides a test implementation of a context-aware plugin. |
TestContextAwarePlugin |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
|
TestContextAwarePlugin::$setContextCalled |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Indicates if ::setContext() has been called or not. |
TestContextAwarePlugin::setContext |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Set a context on this plugin. |
TestContextAwarePluginDefinition |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
|
TestContextAwareUnsatisfiedBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php |
Provides a context-aware block. |
TestContextAwareUnsatisfiedBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php |
|
TestContextAwareUnsatisfiedBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php |
Builds and returns the renderable array for this block plugin. |
TestContextualLink |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php |
Defines a contextual link plugin with a dynamic title from user input. |
TestContextualLink.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php |
|
TestContextualLink::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php |
Returns the localized title to be shown for this contextual link. |
TestControllers::testContextual |
function |
core/modules/system/tests/modules/menu_test/src/TestControllers.php |
Prints out test data with contextual links. |
TestDisplayVariant::$contexts |
property |
core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php |
An array of collected contexts. |
TestDisplayVariant::getContexts |
function |
core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php |
Gets the contexts. |
TestDisplayVariant::setContexts |
function |
core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php |
Sets the contexts. |
TestFilteredPluginManager::$contextHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
TestFilteredPluginManager::contextHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the context handler. |
TestHelpTopicPlugin::getCacheContexts |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
The cache contexts associated with this object. |
TestLoader::getSourceContext |
function |
core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php |
|
TestStateBasedSectionStorage::deriveContextsFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Derives the available plugin contexts from route values. |
TextEditorObjectDependentValidatorTrait::createTextEditorObjectFromContext |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/TextEditorObjectDependentValidatorTrait.php |
Creates a text editor object from the execution context. |
TextProcessed::getCacheContexts |
function |
core/modules/text/src/TextProcessed.php |
The cache contexts associated with this object. |
ThemeCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Defines the ThemeCacheContext service, for "per theme" caching. |
ThemeCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
|
ThemeCacheContext::$themeManager |
property |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
The theme manager. |
ThemeCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Gets the cacheability metadata for the context. |
ThemeCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Returns the string representation of the cache context. |
ThemeCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php |
Returns the label of the cache context. |