ConfigNamesMapper::getContextualLinkGroup |
function |
core/modules/config_translation/src/ConfigNamesMapper.php |
Returns the name of the contextual link group to add contextual links to. |
ConfigTranslationContextualLink |
class |
core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php |
Defines a contextual link plugin with a dynamic title. |
ConfigTranslationContextualLink.php |
file |
core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php |
|
ConfigTranslationContextualLink::$mapperManager |
property |
core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php |
The mapper plugin discovery service. |
ConfigTranslationContextualLink::getTitle |
function |
core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php |
Returns the localized title to be shown for this contextual link. |
ConfigTranslationContextualLink::mapperManager |
function |
core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php |
Gets the mapper manager. |
ConfigTranslationContextualLinks |
class |
core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php |
Provides dynamic contextual links for configuration translation. |
ConfigTranslationContextualLinks.php |
file |
core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php |
|
ConfigTranslationContextualLinks::$mapperManager |
property |
core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php |
The mapper plugin discovery service. |
ConfigTranslationContextualLinks::create |
function |
core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php |
Creates a new class instance. |
ConfigTranslationContextualLinks::getDerivativeDefinitions |
function |
core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php |
Gets the definition of all derivatives of a base plugin. |
ConfigTranslationContextualLinks::__construct |
function |
core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php |
Constructs a new ConfigTranslationContextualLinks. |
ConfigTranslationUiTest::testViewContextualLink |
function |
core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php |
Tests that contextual link related to views. |
ConfigurableLanguageManager::getLanguageSwitchLinks |
function |
core/modules/language/src/ConfigurableLanguageManager.php |
Returns the language switch links for the given language type. |
ConfigurableLanguageManagerTest::testLanguageSwitchLinks |
function |
core/modules/language/tests/src/Kernel/ConfigurableLanguageManagerTest.php |
@covers ::getLanguageSwitchLinks[[api-linebreak]] |
config_test.links.action.yml |
file |
core/modules/config/tests/config_test/config_test.links.action.yml |
core/modules/config/tests/config_test/config_test.links.action.yml |
config_test.links.task.yml |
file |
core/modules/config/tests/config_test/config_test.links.task.yml |
core/modules/config/tests/config_test/config_test.links.task.yml |
config_translation.links.contextual.yml |
file |
core/modules/config_translation/config_translation.links.contextual.yml |
core/modules/config_translation/config_translation.links.contextual.yml |
config_translation.links.menu.yml |
file |
core/modules/config_translation/config_translation.links.menu.yml |
core/modules/config_translation/config_translation.links.menu.yml |
config_translation.links.task.yml |
file |
core/modules/config_translation/config_translation.links.task.yml |
core/modules/config_translation/config_translation.links.task.yml |
config_translation_test.links.task.yml |
file |
core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml |
core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml |
ConfirmFormHelper::buildCancelLink |
function |
core/lib/Drupal/Core/Form/ConfirmFormHelper.php |
Builds the cancel link for a confirmation form. |
ConfirmFormHelperTest::providerTestCancelLinkDestination |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Provides test data for testCancelLinkDestination(). |
ConfirmFormHelperTest::testCancelLinkDestination |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link provided by the destination. |
ConfirmFormHelperTest::testCancelLinkRoute |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route. |
ConfirmFormHelperTest::testCancelLinkRouteWithParams |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route with parameters. |
ConfirmFormHelperTest::testCancelLinkRouteWithUrl |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route with a URL object. |
ConfirmFormHelperTest::testCancelLinkTitle |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests the cancel link title. |
contact.links.action.yml |
file |
core/modules/contact/contact.links.action.yml |
core/modules/contact/contact.links.action.yml |
contact.links.menu.yml |
file |
core/modules/contact/contact.links.menu.yml |
core/modules/contact/contact.links.menu.yml |
contact.links.task.yml |
file |
core/modules/contact/contact.links.task.yml |
core/modules/contact/contact.links.task.yml |
ContactLink |
class |
core/modules/contact/src/Plugin/views/field/ContactLink.php |
Defines a field that links to the user contact page, if access is permitted. |
ContactLink.php |
file |
core/modules/contact/src/Plugin/views/field/ContactLink.php |
|
ContactLink::buildOptionsForm |
function |
core/modules/contact/src/Plugin/views/field/ContactLink.php |
Default option form that provides label widget that all fields should have. |
ContactLink::getDefaultLabel |
function |
core/modules/contact/src/Plugin/views/field/ContactLink.php |
Returns the default label for this link. |
ContactLink::getUrlInfo |
function |
core/modules/contact/src/Plugin/views/field/ContactLink.php |
Returns the URI elements of the link. |
ContactLink::renderLink |
function |
core/modules/contact/src/Plugin/views/field/ContactLink.php |
Prepares the link to view an entity. |
ContactLinkTest |
class |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Tests the contact link field. |
ContactLinkTest |
class |
core/modules/contact/tests/src/Unit/ContactLinkTest.php |
Tests Drupal\contact\Plugin\views\field\ContactLink. |
ContactLinkTest.php |
file |
core/modules/contact/tests/src/Unit/ContactLinkTest.php |
|
ContactLinkTest.php |
file |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
|
ContactLinkTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
The theme to install as the default for testing. |
ContactLinkTest::$modules |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Modules to install. |
ContactLinkTest::$testViews |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Views used by this test. |
ContactLinkTest::$userData |
property |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Stores the user data service used by the test. |
ContactLinkTest::assertContactLinks |
function |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Asserts whether certain users contact links appear on the page. |
ContactLinkTest::setUp |
function |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Sets up the test. |
ContactLinkTest::setUp |
function |
core/modules/contact/tests/src/Unit/ContactLinkTest.php |
|
ContactLinkTest::testContactLink |
function |
core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php |
Tests contact link. |
ContactLinkTest::testRenderNullEntity |
function |
core/modules/contact/tests/src/Unit/ContactLinkTest.php |
Test the render method when getEntity returns NULL. |