Search for _link

  1. Search 7.x for _link
  2. Search 9.5.x for _link
  3. Search 10.3.x for _link
  4. Search 11.x for _link
  5. Search main for _link
  6. Other projects
Title Object type File name Summary
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 @coversDefaultClass \Drupal\Core\Menu\StaticMenuLinkOverrides[[api-linebreak]]
@group Menu
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::testConstruct function core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php Tests the constructor.
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.
statistics.links.menu.yml file core/modules/statistics/statistics.links.menu.yml core/modules/statistics/statistics.links.menu.yml
statistics_node_links_alter function core/modules/statistics/statistics.module Implements hook_node_links_alter().
system-admin--links.css file core/themes/claro/css/components/system-admin--links.css System admin module: admin and compact links.
system-admin--links.pcss.css file core/themes/claro/css/components/system-admin--links.pcss.css System admin module: admin and compact links.
system.links.action.yml file core/modules/system/system.links.action.yml core/modules/system/system.links.action.yml
system.links.menu.yml file core/modules/system/system.links.menu.yml core/modules/system/system.links.menu.yml
system.links.task.yml file core/modules/system/system.links.task.yml core/modules/system/system.links.task.yml
SystemCompactLink class core/lib/Drupal/Core/Render/Element/SystemCompactLink.php Provides a link to show or hide help text on administration pages.
SystemCompactLink.php file core/lib/Drupal/Core/Render/Element/SystemCompactLink.php
SystemCompactLink::getInfo function core/lib/Drupal/Core/Render/Element/SystemCompactLink.php Returns the element properties for this element.
SystemCompactLink::preRenderCompactLink function core/lib/Drupal/Core/Render/Element/SystemCompactLink.php Pre-render callback: Renders a link into #markup.
SystemController::$menuLinkTree property core/modules/system/src/Controller/SystemController.php The menu link tree service.
SystemMenuBlockTest::$linkTree property core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php The menu link tree service.
SystemMenuBlockTest::$menuLinkManager property core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php The menu link plugin manager service.
TableSelectTest::testProcessTableselectWithLinkTitle function core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @covers ::processTableselect[[api-linebreak]]
taxonomy.links.action.yml file core/modules/taxonomy/taxonomy.links.action.yml core/modules/taxonomy/taxonomy.links.action.yml
taxonomy.links.contextual.yml file core/modules/taxonomy/taxonomy.links.contextual.yml core/modules/taxonomy/taxonomy.links.contextual.yml
taxonomy.links.menu.yml file core/modules/taxonomy/taxonomy.links.menu.yml core/modules/taxonomy/taxonomy.links.menu.yml
taxonomy.links.task.yml file core/modules/taxonomy/taxonomy.links.task.yml core/modules/taxonomy/taxonomy.links.task.yml
TelephoneLinkFormatter class core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Plugin implementation of the 'telephone_link' formatter.
TelephoneLinkFormatter.php file core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
TelephoneLinkFormatter::defaultSettings function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Defines the default settings for this plugin.
TelephoneLinkFormatter::settingsForm function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a form to configure settings for the formatter.
TelephoneLinkFormatter::settingsSummary function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a short summary for the current formatter settings.
TelephoneLinkFormatter::viewElements function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Builds a renderable array for a field value.
template_preprocess_file_link function core/modules/file/file.module Prepares variables for file link templates.
template_preprocess_links function core/includes/theme.inc Prepares variables for links templates.
template_preprocess_link_formatter_link_separate function core/modules/link/link.module Prepares variables for separated link field templates.
TermContextualLinksTest class core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php Tests views contextual links on terms.
TermContextualLinksTest.php file core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php
TermContextualLinksTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php The theme to install as the default for testing.
TermContextualLinksTest::$modules property core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php Modules to enable.
TermContextualLinksTest::testTermContextualLinks function core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php Tests contextual links.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage function core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php Tests translate link on vocabulary term list.
Test::renderPipeInLink function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Renders a page with pipe character in link test.
TestContextualLink class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php Defines a contextual link plugin with a dynamic title from user input.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.