Search for context

  1. Search 7.x for context
  2. Search 9.5.x for context
  3. Search 10.3.x for context
  4. Search 11.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
ContentTranslationContextualLinks::__construct function core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php Constructs a new ContentTranslationContextualLinks.
ContentTranslationContextualLinksTest class core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Tests that contextual links are available for content translation.
ContentTranslationContextualLinksTest class core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Tests that contextual links are available for content translation.
ContentTranslationContextualLinksTest.php file core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::$bundle property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The bundle being tested.
ContentTranslationContextualLinksTest::$contentType property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The content type being tested.
ContentTranslationContextualLinksTest::$defaultTheme property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php The theme to install as the default for testing.
ContentTranslationContextualLinksTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The theme to install as the default for testing.
ContentTranslationContextualLinksTest::$langcodes property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The enabled languages.
ContentTranslationContextualLinksTest::$modules property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Modules to enable.
ContentTranslationContextualLinksTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Modules to enable.
ContentTranslationContextualLinksTest::$profile property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The profile to install as a basis for testing.
ContentTranslationContextualLinksTest::$translator property core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php The 'translator' user to use during testing.
ContentTranslationContextualLinksTest::$translator property core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php The 'translator' user to use during testing.
ContentTranslationContextualLinksTest::setUp function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks function core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php Tests that a contextual link is available for translating a node.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks function core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php Tests that a contextual link is available for translating a node.
ContentTranslationManageAccessCheckTest::$cacheContextsManager property core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php The cache contexts manager.
ContentTranslationUITestBase::$defaultCacheContexts property core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php Default cache contexts expected on a non-translated entity.
ContentTranslationUITestBase::$defaultCacheContexts property core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Default cache contexts expected on a non-translated entity.
content_translation.links.contextual.yml file core/modules/content_translation/content_translation.links.contextual.yml core/modules/content_translation/content_translation.links.contextual.yml
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.
context.handler service core/core.services.yml Drupal\Core\Plugin\Context\ContextHandler
Context.php file core/lib/Drupal/Core/Plugin/Context/Context.php
Context.php file core/lib/Drupal/Component/Plugin/Context/Context.php
context.repository service core/core.services.yml Drupal\Core\Plugin\Context\LazyContextRepository
Context::$cacheabilityMetadata property core/lib/Drupal/Core/Plugin/Context/Context.php The cacheability metadata.
Context::$contextData property core/lib/Drupal/Core/Plugin/Context/Context.php The data associated with the context.
Context::$contextDefinition property core/lib/Drupal/Core/Plugin/Context/Context.php The definition to which a context must conform.
Context::$contextDefinition property core/lib/Drupal/Component/Plugin/Context/Context.php The definition to which a context must conform.
Context::$contextValue property core/lib/Drupal/Component/Plugin/Context/Context.php The value of the context.
Context::addCacheableDependency function core/lib/Drupal/Core/Plugin/Context/Context.php Adds a dependency on an object: merges its cacheability metadata.
Context::createFromContext function core/lib/Drupal/Core/Plugin/Context/Context.php Creates a new context with a different value.
Context::getCacheContexts function core/lib/Drupal/Core/Plugin/Context/Context.php The cache contexts associated with this object.
Context::getCacheMaxAge function core/lib/Drupal/Core/Plugin/Context/Context.php The maximum age for which this object may be cached.
Context::getCacheTags function core/lib/Drupal/Core/Plugin/Context/Context.php The cache tags associated with this object.
Context::getConstraints function core/lib/Drupal/Core/Plugin/Context/Context.php Gets a list of validation constraints.
Context::getConstraints function core/lib/Drupal/Component/Plugin/Context/Context.php Gets a list of validation constraints.
Context::getContextData function core/lib/Drupal/Core/Plugin/Context/Context.php Gets the context value as typed data object.
Context::getContextDefinition function core/lib/Drupal/Core/Plugin/Context/Context.php Gets the provided definition that the context must conform to.
Context::getContextDefinition function core/lib/Drupal/Component/Plugin/Context/Context.php Gets the provided definition that the context must conform to.
Context::getContextValue function core/lib/Drupal/Core/Plugin/Context/Context.php Gets the context value.
Context::getContextValue function core/lib/Drupal/Component/Plugin/Context/Context.php Gets the context value.
Context::hasContextValue function core/lib/Drupal/Core/Plugin/Context/Context.php Returns whether the context has a value.
Context::hasContextValue function core/lib/Drupal/Component/Plugin/Context/Context.php Returns whether the context has a value.
Context::setContextValue function core/lib/Drupal/Core/Plugin/Context/Context.php Sets the context value.
Context::validate function core/lib/Drupal/Core/Plugin/Context/Context.php Validates the set context value.

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