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
RevisionLinkTest::testRenderNullEntity function core/modules/node/tests/src/Unit/Plugin/views/field/RevisionLinkTest.php Test the render method when getEntity returns NULL.
RevisionLinkTest::testRevisionLinks function core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Tests revision links.
RevisionVersionHistoryTest::testDescriptionLinkNoAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision link, without access to revision page.
RevisionVersionHistoryTest::testDescriptionLinkWithAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision link, with access to revision page.
RouteCachingLanguageTest::testLinkTranslationWithAlias function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Creates content with a link field pointing to an alias of another language.
ScaffoldOptions::overrideSymlink function composer/Plugin/Scaffold/ScaffoldOptions.php Creates a new scaffold options object with an overridden 'symlink' value.
ScaffoldOptions::symlink function composer/Plugin/Scaffold/ScaffoldOptions.php Determines if symlink mode is set.
search.links.menu.yml file core/modules/search/search.links.menu.yml core/modules/search/search.links.menu.yml
search.links.task.yml file core/modules/search/search.links.task.yml core/modules/search/search.links.task.yml
SearchIntegrationTest::assertOneLink function core/modules/views/tests/src/Functional/SearchIntegrationTest.php Asserts that exactly one link exists with the given text.
SecurityAdvisoryTest::assertAdminPageLinks function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the correct links appear on an admin page.
SecurityAdvisoryTest::assertStatusReportLinks function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the correct links appear on the status report page.
serializer.normalizer.link_collection.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\LinkCollectionNormalizer
SettingsTrayHooks::contextualLinksViewAlter function core/modules/settings_tray/src/Hook/SettingsTrayHooks.php Implements hook_contextual_links_view_alter().
SettingsTrayTestBase::TOOLBAR_EDIT_LINK_SELECTOR constant core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php
settings_tray.links.contextual.yml file core/modules/settings_tray/settings_tray.links.contextual.yml core/modules/settings_tray/settings_tray.links.contextual.yml
shortcut.links.action.yml file core/modules/shortcut/shortcut.links.action.yml core/modules/shortcut/shortcut.links.action.yml
shortcut.links.menu.yml file core/modules/shortcut/shortcut.links.menu.yml core/modules/shortcut/shortcut.links.menu.yml
shortcut.links.task.yml file core/modules/shortcut/shortcut.links.task.yml core/modules/shortcut/shortcut.links.task.yml
ShortcutController::deleteShortcutLinkInline function core/modules/shortcut/src/Controller/ShortcutController.php Deletes the selected shortcut.
ShortcutLazyBuilder::lazyLinks function core/modules/navigation/src/ShortcutLazyBuilder.php The #lazy_builder callback; builds shortcut navigation links.
ShortcutLazyBuilders::lazyLinks function core/modules/shortcut/src/ShortcutLazyBuilders.php Render API callback: Builds shortcut toolbar links.
ShortcutLinksTest class core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Create, view, edit, delete, and change shortcut links.
ShortcutLinksTest.php file core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLinksTest::$adminUser property core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php User with permission to administer shortcuts.
ShortcutLinksTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php The theme to install as the default for testing.
ShortcutLinksTest::$modules property core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Modules to install.
ShortcutLinksTest::assertShortcutQuickLink function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Passes if a shortcut quick link with the specified label is found.
ShortcutLinksTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLinksTest::testAccessShortcutsPermission function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that the 'access shortcuts' permissions works properly.
ShortcutLinksTest::testNoShortcutLink function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that the add shortcut link is not displayed for 404/403 errors.
ShortcutLinksTest::testShortcutBlockAccess function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests the 'access shortcuts' permission with the shortcut block.
ShortcutLinksTest::testShortcutLinkAdd function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangePath function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that changing the path of a shortcut link works.
ShortcutLinksTest::testShortcutLinkChangeRoute function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that changing the route of a shortcut link works.
ShortcutLinksTest::testShortcutLinkDelete function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests deleting a shortcut link.
ShortcutLinksTest::testShortcutLinkOrder function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests the shortcuts are correctly ordered by weight in the toolbar.
ShortcutLinksTest::testShortcutLinkRename function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that shortcut links can be renamed.
ShortcutLinksTest::testShortcutQuickLink function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that the "add to shortcut" and "remove from shortcut" links work.
ShortcutLinksTest::verifyAccessShortcutsPermissionForEditPages function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests the 'access shortcuts' permission for shortcut set administration.
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

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