| ShortcutLinkTarget::getLinkTarget |
function |
core/modules/shortcut/src/Entity/ShortcutLinkTarget.php |
Gets the generated URL object for a linked entity's link target. |
| ShortcutSet::resetLinkWeights |
function |
core/modules/shortcut/src/Entity/ShortcutSet.php |
Resets the link weights in a shortcut set to match their current order. |
| ShortcutSetController::addShortcutLinkInline |
function |
core/modules/shortcut/src/Controller/ShortcutSetController.php |
Creates a new link in the provided shortcut set. |
| ShortcutSetInterface::resetLinkWeights |
function |
core/modules/shortcut/src/ShortcutSetInterface.php |
Resets the link weights in a shortcut set to match their current order. |
| shortcut_renderable_links |
function |
core/modules/shortcut/shortcut.module |
Returns an array of shortcut links, suitable for rendering. |
| skip-link.css |
file |
core/profiles/demo_umami/themes/umami/css/components/navigation/skip-link/skip-link.css |
Styles for the skip link. |
| skip-link.css |
file |
core/themes/olivero/css/components/skip-link.css |
Skip link |
| skip-link.css |
file |
core/themes/claro/css/components/skip-link.css |
Skip link |
| skip-link.pcss.css |
file |
core/themes/olivero/css/components/skip-link.pcss.css |
Skip link |
| skip-link.pcss.css |
file |
core/themes/claro/css/components/skip-link.pcss.css |
Skip link |
| standard.links.menu.yml |
file |
core/profiles/standard/standard.links.menu.yml |
core/profiles/standard/standard.links.menu.yml |
| StaticMenuLinkOverrides |
class |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Defines an implementation of the menu link override using a config file. |
| StaticMenuLinkOverrides.php |
file |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
|
| StaticMenuLinkOverrides::$config |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The menu link overrides config object. |
| StaticMenuLinkOverrides::$configFactory |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The config factory object. |
| StaticMenuLinkOverrides::$configName |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The config name used to store the overrides. |
| StaticMenuLinkOverrides::deleteMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
| StaticMenuLinkOverrides::deleteOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Deletes any overrides to the definition of a static (YAML-defined) link. |
| StaticMenuLinkOverrides::encodeId |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Encodes the ID by replacing dots with double underscores. |
| StaticMenuLinkOverrides::getCacheTags |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The unique cache tag associated with this menu link override. |
| StaticMenuLinkOverrides::getConfig |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Gets the configuration object when needed. |
| StaticMenuLinkOverrides::loadMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Loads overrides to multiple definitions of a static (YAML-defined) link. |
| StaticMenuLinkOverrides::loadOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Loads any overrides to the definition of a static (YAML-defined) link. |
| StaticMenuLinkOverrides::reload |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Reloads the overrides from config. |
| StaticMenuLinkOverrides::saveOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Saves the override. |
| StaticMenuLinkOverrides::__construct |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Constructs a StaticMenuLinkOverrides object. |
| StaticMenuLinkOverridesInterface |
interface |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Defines an interface for objects which overrides menu links defined in YAML. |
| StaticMenuLinkOverridesInterface.php |
file |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
|
| StaticMenuLinkOverridesInterface::deleteMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Deletes multiple overrides to definitions of static (YAML-defined) links. |
| StaticMenuLinkOverridesInterface::deleteOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Deletes any overrides to the definition of a static (YAML-defined) link. |
| StaticMenuLinkOverridesInterface::getCacheTags |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
The unique cache tag associated with this menu link override. |
| StaticMenuLinkOverridesInterface::loadMultipleOverrides |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Loads overrides to multiple definitions of a static (YAML-defined) link. |
| StaticMenuLinkOverridesInterface::loadOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Loads any overrides to the definition of a static (YAML-defined) link. |
| StaticMenuLinkOverridesInterface::reload |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Reloads the overrides from config. |
| StaticMenuLinkOverridesInterface::saveOverride |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php |
Saves the override. |
| StaticMenuLinkOverridesTest |
class |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests Drupal\Core\Menu\StaticMenuLinkOverrides. |
| StaticMenuLinkOverridesTest.php |
file |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
|
| StaticMenuLinkOverridesTest::providerTestDeleteOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Provides test data for testDeleteOverrides. |
| StaticMenuLinkOverridesTest::providerTestLoadOverride |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Provides test data for testLoadOverride. |
| StaticMenuLinkOverridesTest::testDeleteOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the deleteOverride and deleteOverrides method. |
| StaticMenuLinkOverridesTest::testLoadMultipleOverrides |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the loadMultipleOverrides method. |
| StaticMenuLinkOverridesTest::testLoadOverride |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the loadOverride method. |
| StaticMenuLinkOverridesTest::testReload |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the reload method. |
| StaticMenuLinkOverridesTest::testSaveOverride |
function |
core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php |
Tests the saveOverride method. |
| StringFormatterTest::providerAccessLinkToEntity |
function |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
Data provider. |
| StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath |
function |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
Test "link_to_entity" feature on fields which are added to config entity. |
| StringFormatterTest::testLinkToEntity |
function |
core/modules/field/tests/src/Unit/Plugin/Field/FieldFormatter/StringFormatterTest.php |
Checks link visibility depending on link templates and access. |
| SymlinkValidator |
class |
core/modules/package_manager/src/Validator/SymlinkValidator.php |
Flags errors if unsupported symbolic links are detected. |
| SymlinkValidator.php |
file |
core/modules/package_manager/src/Validator/SymlinkValidator.php |
|
| SymlinkValidator::validate |
function |
core/modules/package_manager/src/Validator/SymlinkValidator.php |
Flags errors if the project root or stage directory contain symbolic links. |