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. |
LlamaContextual |
class |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php |
Defines a "Llama" plugin, with a contextually enabled "llama" feature. |
LlamaContextual.php |
file |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php |
|
LlamaContextual::getFile |
function |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
LlamaContextual::isEnabled |
function |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php |
Checks if this plugin should be enabled based on the editor configuration. |
LlamaContextualAndButton |
class |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php |
Defines a "LlamaContextualAndButton" plugin, with a "llama" feature. |
LlamaContextualAndButton.php |
file |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php |
|
LlamaContextualAndButton::getButtons |
function |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php |
Returns the buttons that this plugin provides, along with metadata. |
LlamaContextualAndButton::getFile |
function |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
LlamaContextualAndButton::isEnabled |
function |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php |
Checks if this plugin should be enabled based on the editor configuration. |
LlamaContextualAndButton::settingsForm |
function |
core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php |
Returns a settings form to configure this CKEditor plugin. |
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. |
LocalAwareRedirectResponseTrait::getRequestContext |
function |
core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php |
Returns the request context. |
LocalAwareRedirectResponseTrait::setRequestContext |
function |
core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php |
Sets the request context. |
LocaleImportFunctionalTest::getPoFileWithContext |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Helper function that returns a .po file with context. |
LocaleImportFunctionalTest::testLanguageContext |
function |
core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php |
Tests msgctxt context support. |
LocaleLookup::$context |
property |
core/modules/locale/src/LocaleLookup.php |
The msgctxt context. |
LOCALE_JS_OBJECT_CONTEXT |
constant |
core/modules/locale/locale.module |
Regular expression to match an object containing a key 'context'. |
LocalStream::$context |
property |
core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Stream context resource. |
LocalTaskDefault::getCacheContexts |
function |
core/lib/Drupal/Core/Menu/LocalTaskDefault.php |
The cache contexts associated with this object. |
LocalTaskDefaultTest::testGetTitleWithContext |
function |
core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php |
@covers ::getTitle |
LoginLogoutMenuLink::getCacheContexts |
function |
core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php |
The cache contexts associated with this object. |
MailManagerTest::testMailInRenderContext |
function |
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php |
Tests that mails are sent in a separate render context. |
media.links.contextual.yml |
file |
core/modules/media/media.links.contextual.yml |
core/modules/media/media.links.contextual.yml |
MediaCacheTagsTest::getAdditionalCacheContextsForEntity |
function |
core/modules/media/tests/src/Functional/MediaCacheTagsTest.php |
Returns the additional (non-standard) cache contexts for the tested entity. |
MediaContextualLinksTest |
class |
core/modules/media/tests/src/Functional/MediaContextualLinksTest.php |
Tests views contextual links on media items. |
MediaContextualLinksTest.php |
file |
core/modules/media/tests/src/Functional/MediaContextualLinksTest.php |
|
MediaContextualLinksTest::$defaultTheme |
property |
core/modules/media/tests/src/Functional/MediaContextualLinksTest.php |
The theme to install as the default for testing. |
MediaContextualLinksTest::$modules |
property |
core/modules/media/tests/src/Functional/MediaContextualLinksTest.php |
Modules to enable. |
MediaContextualLinksTest::testMediaContextualLinks |
function |
core/modules/media/tests/src/Functional/MediaContextualLinksTest.php |
Tests contextual links. |
MediaEmbed::disableContextualLinks |
function |
core/modules/media/src/Plugin/Filter/MediaEmbed.php |
Disables Contextual Links for the embedded media by removing its property. |
MediaLibraryState::getCacheContexts |
function |
core/modules/media_library/src/MediaLibraryState.php |
The cache contexts associated with this object. |
MediaTest::assertContextMenuItemExists |
function |
core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php |
Asserts that a context menu item exists by aria-label attribute. |
MediaTest::assertContextMenuItemNotExists |
function |
core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php |
Asserts that a context menu item does not exist by aria-label attribute. |
MediaTest::closeContextMenu |
function |
core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php |
Closes the open context menu. |
MediaTest::openContextMenu |
function |
core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php |
Opens the context menu for the currently selected widget. |
MediaTranslationUITest::$defaultCacheContexts |
property |
core/modules/media/tests/src/Functional/MediaTranslationUITest.php |
Default cache contexts expected on a non-translated entity. |
MenuActiveTrailsCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php |
Defines the MenuActiveTrailsCacheContext service. |
MenuActiveTrailsCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php |
|
MenuActiveTrailsCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php |
Gets the cacheability metadata for the context based on the parameter value. |
MenuActiveTrailsCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php |
Returns the string representation of the cache context. |
MenuActiveTrailsCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php |
Returns the label of the cache context. |
MenuLinkBase::getCacheContexts |
function |
core/lib/Drupal/Core/Menu/MenuLinkBase.php |
The cache contexts associated with this object. |
MenuLinkContentHalJsonAnonTest::getExpectedCacheContexts |
function |
core/modules/hal/tests/src/Functional/menu_link_content/MenuLinkContentHalJsonAnonTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
MenuLinkContentTranslationUITest::$defaultCacheContexts |
property |
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php |
Default cache contexts expected on a non-translated entity. |