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/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/Component/Plugin/Context/Context.php |
A generic context class for wrapping data a plugin needs to operate. |
Context |
class |
core/lib/Drupal/Core/Plugin/Context/Context.php |
A Drupal specific context wrapper class. |
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/Component/Plugin/Context/Context.php |
Gets the context value. |
Context::getContextValue |
function |
core/lib/Drupal/Core/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. |
Context::validate |
function |
core/lib/Drupal/Component/Plugin/Context/Context.php |
Validates the set context value. |
Context::__construct |
function |
core/lib/Drupal/Component/Plugin/Context/Context.php |
Create a context object. |
Context::__construct |
function |
core/lib/Drupal/Core/Plugin/Context/Context.php |
Create a context object. |
ContextAwarePluginAssignmentTrait |
trait |
core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php |
Handles context assignments for context-aware plugins. |
ContextAwarePluginAssignmentTrait.php |
file |
core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php |
|
ContextAwarePluginAssignmentTrait::addContextAssignmentElement |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php |
Builds a form element for assigning a context to a given slot. |
ContextAwarePluginAssignmentTrait::contextHandler |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php |
Wraps the context handler. |
ContextAwarePluginAssignmentTrait::t |
function |
core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php |
Ensures the t() method is available. |
ContextAwarePluginBase |
class |
core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php |
Base class for plugins that are context aware. |
ContextAwarePluginBase |
class |
core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
Base class for plugins that are context aware. |
ContextAwarePluginBase.php |
file |
core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
|
ContextAwarePluginBase.php |
file |
core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php |
|
ContextAwarePluginBase::$context |
property |
core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
The data objects representing the context of this plugin. |
ContextAwarePluginBase::createContextFromConfiguration |
function |
core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php |
Creates context objects from any context mappings in configuration. |