| PoItem::getContext |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Gets the context this translation belongs to. |
| PoItem::setContext |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Set the context this translation belongs to. |
| PoStreamReader::$context |
property |
core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Parser context for the stream reader state machine. |
| PreviewTest::testPreviewContextual |
function |
core/modules/views_ui/tests/src/Functional/PreviewTest.php |
Tests contextual links in the preview form. |
| ProtocolVersionCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php |
Defines the ProtocolVersionCacheContext service, for "per protocol" caching. |
| ProtocolVersionCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php |
|
| ProtocolVersionCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php |
Gets the cacheability metadata for the context. |
| ProtocolVersionCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php |
Returns the string representation of the cache context. |
| ProtocolVersionCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php |
Returns the label of the cache context. |
| ProtocolVersionCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php |
Tests Drupal\Core\Cache\Context\ProtocolVersionCacheContext. |
| ProtocolVersionCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php |
|
| ProtocolVersionCacheContextTest::providerTestGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php |
Provides a list of query arguments and expected cache contexts. |
| ProtocolVersionCacheContextTest::testGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php |
Tests get context. |
| QueryArgsCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Defines the QueryArgsCacheContext service, for "per query args" caching. |
| QueryArgsCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
|
| QueryArgsCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Gets cacheability metadata for the context based on the parameter value. |
| QueryArgsCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Returns the string representation of the cache context. |
| QueryArgsCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php |
Returns the label of the cache context. |
| QueryArgsCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
Tests Drupal\Core\Cache\Context\QueryArgsCacheContext. |
| QueryArgsCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
|
| QueryArgsCacheContextTest::providerTestGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
Provides a list of query arguments and expected cache contexts. |
| QueryArgsCacheContextTest::testGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php |
Tests get context. |
| QueryParameter::getCacheContexts |
function |
core/modules/views/src/Plugin/views/argument_default/QueryParameter.php |
The cache contexts associated with this object. |
| QueryPluginBase::getCacheContexts |
function |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php |
The cache contexts associated with this object. |
| Raw::getCacheContexts |
function |
core/modules/views/src/Plugin/views/argument_default/Raw.php |
The cache contexts associated with this object. |
| ReadOnlyStream::$context |
property |
core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php |
Stream context resource. |
| RecursiveContextualValidator |
class |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
Defines a recursive contextual validator for Typed Data. |
| RecursiveContextualValidator.php |
file |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
|
| RecursiveContextualValidator::$constraintValidatorFactory |
property |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
The constraint validator factory. |
| RecursiveContextualValidator::$context |
property |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
The execution context. |
| RecursiveContextualValidator::$metadataFactory |
property |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
The metadata factory. |
| RecursiveContextualValidator::$typedDataManager |
property |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
The typed data manager. |
| RecursiveContextualValidator::atPath |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
|
| RecursiveContextualValidator::getViolations |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
|
| RecursiveContextualValidator::validate |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
Validates a value against a constraint or a list of constraints. |
| RecursiveContextualValidator::validateConstraints |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
Validates a node's value against all constraints in the given group. |
| RecursiveContextualValidator::validateNode |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
Validates a Typed Data node in the validation tree. |
| RecursiveContextualValidator::validateProperty |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
|
| RecursiveContextualValidator::validatePropertyValue |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
|
| RecursiveContextualValidator::__construct |
function |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php |
Creates a validator for the given context. |
| RecursiveContextualValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests Drupal\Core\TypedData\Validation\RecursiveContextualValidator. |
| RecursiveContextualValidatorTest |
class |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Tests Drupal\Core\TypedData\Validation\RecursiveContextualValidator. |
| RecursiveContextualValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php |
|
| RecursiveContextualValidatorTest.php |
file |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
|
| RecursiveContextualValidatorTest::$contextFactory |
property |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
The execution context factory. |
| RecursiveContextualValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php |
Modules to install. |
| RecursiveContextualValidatorTest::$recursiveValidator |
property |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
The recursive validator. |
| RecursiveContextualValidatorTest::$typedDataManager |
property |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
The type data manager. |
| RecursiveContextualValidatorTest::$validatorFactory |
property |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
The validator factory. |
| RecursiveContextualValidatorTest::buildExampleTypedDataWithProperties |
function |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
Builds some example type data object. |