| LayoutBuilderIsActiveCacheContext::getDisplay |
function |
core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php |
Returns the entity view display for a given entity type and view mode. |
| LayoutBuilderIsActiveCacheContext::getLabel |
function |
core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php |
Returns the label of the cache context. |
| LayoutBuilderIsActiveCacheContext::__construct |
function |
core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php |
LayoutBuilderCacheContext constructor. |
| LayoutBuilderIsActiveCacheContextTest |
class |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php |
Tests Drupal\layout_builder\Cache\LayoutBuilderIsActiveCacheContext. |
| LayoutBuilderIsActiveCacheContextTest.php |
file |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php |
|
| LayoutBuilderIsActiveCacheContextTest::providerTestGetContext |
function |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php |
Provides test data for ::testGetContext(). |
| LayoutBuilderIsActiveCacheContextTest::testGetContext |
function |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php |
Tests get context. |
| LayoutBuilderIsActiveCacheContextTest::testGetContextMissingEntityTypeId |
function |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php |
Tests get context missing entity type id. |
| LayoutBuilderIsActiveCacheContextTest::testGetContextNonFieldableEntity |
function |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php |
Tests get context non fieldable entity. |
| LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php |
Tests that section loading is delegated to plugins during rendering. |
| LayoutBuilderTest::clickContextualLink |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php |
@todo Remove this in https://www.drupal.org/project/drupal/issues/2918718. |
| LayoutBuilderTest::testContextAwareLayouts |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php |
Tests that layouts can be context-aware. |
| LayoutBuilderTest::testLayoutBuilderContexts |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php |
Tests the Layout Builder UI with a context defined at runtime. |
| LayoutBuilderUiCacheContext |
class |
core/modules/layout_builder/src/Cache/LayoutBuilderUiCacheContext.php |
Determines if an entity is being viewed in the Layout Builder UI. |
| LayoutBuilderUiCacheContext.php |
file |
core/modules/layout_builder/src/Cache/LayoutBuilderUiCacheContext.php |
|
| LayoutBuilderUiCacheContext::getContext |
function |
core/modules/layout_builder/src/Cache/LayoutBuilderUiCacheContext.php |
Returns the string representation of the cache context. |
| LayoutBuilderUiCacheContext::getLabel |
function |
core/modules/layout_builder/src/Cache/LayoutBuilderUiCacheContext.php |
Returns the label of the cache context. |
| LayoutEntityHelperTrait::getSectionStorageContextsForEntity |
function |
core/modules/layout_builder/src/LayoutEntityHelperTrait.php |
Gets the section storage contexts for an entity. |
| LayoutOverrideFieldHelper::updateTempstoreEntityContext |
function |
core/modules/layout_builder/src/LayoutOverrideFieldHelper.php |
Updates a layout overrides's entity context when entity values change. |
| layout_builder.links.contextual.yml |
file |
core/modules/layout_builder/layout_builder.links.contextual.yml |
core/modules/layout_builder/layout_builder.links.contextual.yml |
| layout_builder_field_block_test.fake_view_mode_context |
service |
core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.services.yml |
Drupal\layout_builder_field_block_test\ContextProvider\FakeViewModeContext |
| layout_builder_test.i_have_runtime_contexts |
service |
core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.services.yml |
Drupal\layout_builder_test\ContextProvider\IHaveRuntimeContexts |
| layout_builder_test.links.contextual.yml |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.links.contextual.yml |
core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.links.contextual.yml |
| LazyContextRepository |
class |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
Provides a context repository which uses context provider services. |
| LazyContextRepository.php |
file |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
|
| LazyContextRepository::$container |
property |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
The service container. |
| LazyContextRepository::$contextProviderServiceIDs |
property |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
The set of available context providers service IDs. |
| LazyContextRepository::$contexts |
property |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
The statically cached contexts. |
| LazyContextRepository::getAvailableContexts |
function |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
Gets all available contexts for the purposes of configuration. |
| LazyContextRepository::getRuntimeContexts |
function |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
Gets runtime context values for the given context IDs. |
| LazyContextRepository::__construct |
function |
core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php |
Constructs a LazyContextRepository object. |
| LazyContextRepositoryTest |
class |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests Drupal\Core\Plugin\Context\LazyContextRepository. |
| LazyContextRepositoryTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
|
| LazyContextRepositoryTest::$container |
property |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
The container. |
| LazyContextRepositoryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
|
| LazyContextRepositoryTest::setupContextAndProvider |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Sets up contexts and context providers. |
| LazyContextRepositoryTest::testGetAvailableContexts |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get available contexts. |
| LazyContextRepositoryTest::testGetRuntimeContextsSingle |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime contexts single. |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime multiple context providers. |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime multiple contexts per service. |
| LazyContextRepositoryTest::testGetRuntimeStaticCache |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime static cache. |
| LazyContextRepositoryTest::testInvalidContextId |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests invalid context id. |
| LinkCollection::$context |
property |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
The link context. |
| LinkCollection::getContext |
function |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
Gets the LinkCollection's context object. |
| LinkCollection::withContext |
function |
core/modules/jsonapi/src/JsonApiResource/LinkCollection.php |
Establishes a new context for a LinkCollection. |
| LinkCollectionNormalizer::LINK_CONTEXT |
constant |
core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php |
The normalizer $context key name for the context object of the link. |
| LinkResolvableUriComputed::getCacheContexts |
function |
core/modules/link/src/Plugin/DataType/LinkResolvableUriComputed.php |
The cache contexts associated with this object. |
| LocalActionDefault::getCacheContexts |
function |
core/lib/Drupal/Core/Menu/LocalActionDefault.php |
The cache contexts associated with this object. |
| LocalActionDefaultTest::testGetTitleWithContext |
function |
core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php |
Tests the getTitle method with a translation context. |
| LocalAwareRedirectResponseTrait::$requestContext |
property |
core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php |
The request context. |