| EntityUnitTest::testCacheContexts |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
Tests cache contexts. |
| EntityViewAlterTest::testContextualLinksRemoved |
function |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Tests that contextual links are removed when rendering Layout Builder. |
| EntityViewBuilder::addContextualLinks |
function |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Add contextual links. |
| EntityViewDisplay::$displayContext |
property |
core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php |
Context in which this entity will be used (e.g. 'view', 'form'). |
| EntityViewDisplayEditForm::$displayContext |
property |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
The display context. Either 'view' or 'form'. |
| EntityViewDisplayResourceTestBase::getExpectedCacheContexts |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| EntityWithUriCacheTagsTestBase::getDefaultCacheContexts |
function |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
Gets the default cache contexts for rendered entities. |
| ExceptionStatusCodeCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php |
Defines the ExceptionStatusCodeCacheContext service. |
| ExceptionStatusCodeCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php |
|
| ExceptionStatusCodeCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php |
|
| ExceptionStatusCodeCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php |
|
| ExceptionStatusCodeCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/ExceptionStatusCodeCacheContext.php |
|
| ExceptionStatusCodeCacheContextTest |
class |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
Tests Drupal\Core\Cache\Context\CookiesCacheContext. |
| ExceptionStatusCodeCacheContextTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
|
| ExceptionStatusCodeCacheContextTest::providerTestGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
Provides a list of cookies and expected cache contexts. |
| ExceptionStatusCodeCacheContextTest::testGetContext |
function |
core/tests/Drupal/Tests/Core/Cache/Context/ExceptionStatusCodeCacheContextTest.php |
Tests get context. |
| ExecutionContext |
class |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
Defines an execution context class. |
| ExecutionContext.php |
file |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::$constraint |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
The currently validated constraint. |
| ExecutionContext::$group |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
The currently validated group. |
| ExecutionContext::$metadata |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
The current validation metadata. |
| ExecutionContext::$object |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
The currently validated object. |
| ExecutionContext::$propertyPath |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
The property path leading to the current value. |
| ExecutionContext::$validatedConstraints |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
Stores which class constraint has been validated for which object. |
| ExecutionContext::$validatedObjects |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
Stores which objects have been validated in which group. |
| ExecutionContext::$value |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
The currently validated value. |
| ExecutionContext::$violations |
property |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
The violations generated in the current context. |
| ExecutionContext::addViolation |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::buildViolation |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getClassName |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getConstraint |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
Gets the current constraint. |
| ExecutionContext::getGroup |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getMetadata |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getObject |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getPropertyName |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getPropertyPath |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getRoot |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getValidator |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getValue |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::getViolations |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::isConstraintValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::isGroupValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::isObjectInitialized |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::markConstraintAsValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::markGroupAsValidated |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::markObjectAsInitialized |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::setConstraint |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::setGroup |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::setNode |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
| ExecutionContext::__clone |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
Clone this context. |