Search for context

  1. Search 7.x for context
  2. Search 9.5.x for context
  3. Search 8.9.x for context
  4. Search 10.3.x for context
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Context class core/lib/Drupal/Core/Plugin/Context/Context.php A Drupal specific context wrapper class.
Context class core/lib/Drupal/Component/Plugin/Context/Context.php A generic context class for wrapping data a plugin needs to operate.

All search results

Title Object type File name Summary
OptionalContextConditionTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Modules to install.
OptionalContextConditionTest::testContextAvailable function core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Tests with both contexts mapped to the same user.
OptionalContextConditionTest::testContextMissing function core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Tests with both contexts mapped to the same user.
OptionalContextConditionTest::testContextNoValue function core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Tests with both contexts mapped to the same user.
OverridesSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Derives the available plugin contexts from route values.
OverridesSectionStorage::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets contexts for use during preview.
OverridesSectionStorageTest::testDeriveContextsFromRoute function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests derive contexts from route.
OverridesSectionStorageTest::testGetContexts function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get contexts.
OverridesSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get contexts during preview.
PageContext class core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Provides the Page Context top bar item.
PageContext.php file core/modules/navigation/src/Plugin/TopBarItem/PageContext.php
PageContext::build function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Builds and returns the renderable array for this top bar item plugin.
PageContext::create function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Creates an instance of the plugin.
PageContext::getBadgeLabel function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Retrieves the badge label for the given entity.
PageContext::getBadgeStatus function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Retrieves the badge status for the given entity.
PageContext::__construct function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Constructs a new PageContext instance.
PageDisplayVariantSelectionEvent::$contexts property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php An array of collected contexts to pass to the page display variant.
PageDisplayVariantSelectionEvent::getContexts function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Gets the contexts that were set during event dispatch.
PageDisplayVariantSelectionEvent::setContexts function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Sets the contexts to be passed to the page display variant.
PageRenderTest::testHtmlRendererAttachmentsRenderContext function core/modules/system/tests/src/Kernel/Common/PageRenderTest.php Tests HtmlRenderer::invokePageAttachmentHooks in a render context.
PagersCacheContext class core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Defines a cache context for "per page in a pager" caching.
PagersCacheContext.php file core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php
PagersCacheContext::$pagerParams property core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php The pager parameters.
PagersCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Gets cacheability metadata for the context based on the parameter value.
PagersCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php
PagersCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Returns the label of the cache context.
PagersCacheContext::__construct function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Constructs a new PagersCacheContext object.
PagerTest::testPagerQueryParametersAndCacheContext function core/modules/system/tests/src/Functional/Pager/PagerTest.php Tests pager query parameters and cache context.
PagerTestController::showPagerCacheContext function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Render API callback: Shows the pager cache context for type pager.
PathBasedBreadcrumbBuilder::$context property core/modules/system/src/PathBasedBreadcrumbBuilder.php The router request context.
PathBasedBreadcrumbBuilderTest::$context property core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php The mocked route request context.
PathCacheContext class core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Defines the PathCacheContext service, for "per URL path" caching.
PathCacheContext.php file core/lib/Drupal/Core/Cache/Context/PathCacheContext.php
PathCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Gets the cacheability metadata for the context.
PathCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Returns the string representation of the cache context.
PathCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Returns the label of the cache context.
PathParentCacheContext class core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php Defines a cache context service for path parents.
PathParentCacheContext.php file core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php
PathParentCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php Gets the cacheability metadata for the context.
PathParentCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php Returns the string representation of the cache context.
PathParentCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php Returns the label of the cache context.
PathParentCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php Tests Drupal\Core\Cache\Context\PathParentCacheContext.
PathParentCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php
PathParentCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php Provides a list of paths and expected cache contexts.
PathParentCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php Tests get context.
Permission::getCacheContexts function core/modules/user/src/Plugin/views/access/Permission.php The cache contexts associated with this object.
PirateDayCacheContext class core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Defines the PirateDayCacheContext service that allows to cache the booty.
PirateDayCacheContext.php file core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php
PirateDayCacheContext::getCacheableMetadata function core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Gets the cacheability metadata for the context.
PirateDayCacheContext::getContext function core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Returns the string representation of the cache context.

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