ContactLinkTest::setUp |
function |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
|
ContactLinkTest::testContactLink |
function |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Tests contact link. |
ContentEntityNormalizer::$linkManager |
property |
core/modules/hal/src/Normalizer/ContentEntityNormalizer.php |
The hypermedia link manager. |
ContentPreviewToggleTest::assertContextualLinks |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php |
Checks if contextual links are working properly. |
ContentTranslationContextualLinks |
class |
core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php |
Provides dynamic contextual links for content translation. |
ContentTranslationContextualLinks.php |
file |
core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php |
|
ContentTranslationContextualLinks::$contentTranslationManager |
property |
core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php |
The content translation manager. |
ContentTranslationContextualLinks::create |
function |
core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php |
Creates a new class instance. |
ContentTranslationContextualLinks::getDerivativeDefinitions |
function |
core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php |
Gets the definition of all derivatives of a base plugin. |
ContentTranslationContextualLinks::__construct |
function |
core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php |
Constructs a new ContentTranslationContextualLinks. |
ContentTranslationContextualLinksTest |
class |
core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php |
Tests that contextual links are available for content translation. |
ContentTranslationContextualLinksTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
Tests that contextual links are available for content translation. |
ContentTranslationContextualLinksTest.php |
file |
core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php |
|
ContentTranslationContextualLinksTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
|
ContentTranslationContextualLinksTest::$bundle |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
The bundle being tested. |
ContentTranslationContextualLinksTest::$contentType |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
The content type being tested. |
ContentTranslationContextualLinksTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php |
The theme to install as the default for testing. |
ContentTranslationContextualLinksTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
The theme to install as the default for testing. |
ContentTranslationContextualLinksTest::$langcodes |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
The enabled languages. |
ContentTranslationContextualLinksTest::$modules |
property |
core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php |
Modules to enable. |
ContentTranslationContextualLinksTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
Modules to enable. |
ContentTranslationContextualLinksTest::$profile |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
The profile to install as a basis for testing. |
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. |
ContentTranslationLinkTagTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Tests whether canonical link tags are present for content entities. |
ContentTranslationLinkTagTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
|
ContentTranslationLinkTagTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
The theme to install as the default for testing. |
ContentTranslationLinkTagTest::$langcodes |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
The added languages. |
ContentTranslationLinkTagTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Modules to enable. |
ContentTranslationLinkTagTest::createTranslatableEntity |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Create a test entity with translations. |
ContentTranslationLinkTagTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
|
ContentTranslationLinkTagTest::testCanonicalAlternateTags |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Tests alternate link tag found for entity types with canonical links. |
ContentTranslationLinkTagTest::testCanonicalAlternateTagsMissing |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Tests alternate link tag missing for entity types without canonical links. |
ContentTranslationOperationsTest::testOperationTranslateLink |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
Test that the operation "Translate" is displayed in the content listing. |
content_moderation.links.task.yml |
file |
core/modules/content_moderation/content_moderation.links.task.yml |
core/modules/content_moderation/content_moderation.links.task.yml |
content_moderation_test_local_task.links.task.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.links.task.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.links.task.yml |
content_translation.links.contextual.yml |
file |
core/modules/content_translation/content_translation.links.contextual.yml |
core/modules/content_translation/content_translation.links.contextual.yml |
content_translation.links.task.yml |
file |
core/modules/content_translation/content_translation.links.task.yml |
core/modules/content_translation/content_translation.links.task.yml |
content_translation_menu_links_discovered_alter |
function |
core/modules/content_translation/content_translation.module |
Implements hook_menu_links_discovered_alter(). |
ContextualDynamicContextTest::assertContextualLinkPlaceHolder |
function |
core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php |
Asserts that a contextual link placeholder with the given id exists. |
ContextualDynamicContextTest::assertNoContextualLinkPlaceHolder |
function |
core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php |
Asserts that a contextual link placeholder with the given id does not exist. |
ContextualDynamicContextTest::renderContextualLinks |
function |
core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php |
Get server-rendered contextual links for the given contextual link ids. |
ContextualLinkClickTrait |
trait |
core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php |
Functions for testing contextual links. |
ContextualLinkClickTrait.php |
file |
core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php |
|
ContextualLinkClickTrait::clickContextualLink |
function |
core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php |
Clicks a contextual link. |
ContextualLinkClickTrait::toggleContextualTriggerVisibility |
function |
core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php |
Toggles the visibility of a contextual trigger. |