Search for link

  1. Search 7.x for link
  2. Search 9.5.x for link
  3. Search 8.9.x for link
  4. Search 10.3.x for link
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Link class core/modules/jsonapi/src/JsonApiResource/Link.php Represents an RFC8288 based link.
Link class core/lib/Drupal/Core/Render/Element/Link.php Provides a link render element.
Link class core/lib/Drupal/Core/Link.php Defines an object that holds information about a link.

All search results

Title Object type File name Summary
SymlinkValidator::__construct function core/modules/package_manager/src/Validator/SymlinkValidator.php
SymlinkValidatorTest class core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests Symlink Validator.
SymlinkValidatorTest.php file core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
SymlinkValidatorTest::testAbsoluteSymlinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks with absolute paths are not supported.
SymlinkValidatorTest::testHardLinks function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that hard links are not supported.
SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the project root.
SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks cannot point outside the stage directory.
SymlinkValidatorTest::testSymlinksNotAllowedOnWindows function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that symlinks are not supported on Windows, even if they're safe.
SymlinkValidatorTest::testSymlinksWithinSamePackage function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that relative symlinks within the same package are supported.
SymlinkValidatorTest::testSymlinkToDirectory function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests what happens when there is a symlink to a directory.
SymlinkValidatorTest::testUnsupportedLinkUnderExcludedPath function core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php Tests that unsupported links are excluded if they're under excluded paths.
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
system.menu.navigation-user-links.yml file core/modules/navigation/config/install/system.menu.navigation-user-links.yml core/modules/navigation/config/install/system.menu.navigation-user-links.yml
system.module_admin_links_helper service core/modules/system/system.services.yml Drupal\system\ModuleAdminLinksHelper
system.module_admin_links_memory_cache service core/modules/system/system.services.yml Drupal\Core\Cache\MemoryCache\MemoryCache
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 Tests process tableselect with link title.
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 install.
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.
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.
TestContextualLink.php file core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php
TestContextualLink::getTitle function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php Returns the localized title to be shown for this contextual link.
TestController::linksDisplay function core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php Displays test links that will open in the modal dialog.

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