Search for link

  1. Search 7.x for link
  2. Search 8.9.x for link
  3. Search 10.3.x for link
  4. Search 11.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
AssertContentTrait::assertNoLinkByHrefInMainRegion function core/tests/Drupal/KernelTests/AssertContentTrait.php Passes if a link containing a given href is not found in the main region.
AssertLegacyTrait::assertLink function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Passes if a link with the specified label is found.
AssertLegacyTrait::assertLinkByHref function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Passes if a link containing a given href (part) is found.
AssertLegacyTrait::assertNoLink function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Passes if a link with the specified label is not found.
AssertLegacyTrait::assertNoLinkByHref function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Passes if a link containing a given href (part) is not found.
AssertLegacyTraitTest::testAssertLinkByHref function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertLinkByHref
AssertLegacyTraitTest::testAssertNoLinkByHref function core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php @covers ::assertNoLinkByHref
ban.links.menu.yml file core/modules/ban/ban.links.menu.yml core/modules/ban/ban.links.menu.yml
bartik_preprocess_links function core/themes/bartik/bartik.theme Implements template_preprocess_links().
bartik_preprocess_links__media_library_menu function core/themes/bartik/bartik.theme Implements hook_preprocess_links__media_library_menu().
batch_test.links.task.yml file core/modules/system/tests/modules/batch_test/batch_test.links.task.yml core/modules/system/tests/modules/batch_test/batch_test.links.task.yml
block--umami-quick-links.html.twig file core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig Theme override for Umami footer Promo block.
block.links.contextual.yml file core/modules/block/block.links.contextual.yml core/modules/block/block.links.contextual.yml
block.links.menu.yml file core/modules/block/block.links.menu.yml core/modules/block/block.links.menu.yml
block.links.task.yml file core/modules/block/block.links.task.yml core/modules/block/block.links.task.yml
BlockContentContextualLinksTest class core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php Tests views contextual links on block content.
BlockContentContextualLinksTest.php file core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php
BlockContentContextualLinksTest::$defaultTheme property core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php The theme to install as the default for testing.
BlockContentContextualLinksTest::$modules property core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php Modules to enable.
BlockContentContextualLinksTest::testBlockContentContextualLinks function core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php Tests contextual links.
BlockContextualLinksTest class core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Tests the contextual links added while rendering the block.
BlockContextualLinksTest.php file core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php
BlockContextualLinksTest::$blockId property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Block id of the block.
BlockContextualLinksTest::$defaultTheme property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php The theme to install as the default for testing.
BlockContextualLinksTest::$modules property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Modules to enable.
BlockContextualLinksTest::setUp function core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php
BlockContextualLinksTest::testBlockContextualRemoveLinks function core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Test to ensure that remove contextual link is present in the block.
BlockLanguageCacheTest::testBlockLinks function core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php Creates a block in a language, check blocks page in all languages.
BlockTest::testThemeAdminLink function core/modules/block/tests/src/Functional/BlockTest.php Tests that a link exists to block layout from the appearance form.
block_content.links.action.yml file core/modules/block_content/block_content.links.action.yml core/modules/block_content/block_content.links.action.yml
block_content.links.contextual.yml file core/modules/block_content/block_content.links.contextual.yml core/modules/block_content/block_content.links.contextual.yml
block_content.links.task.yml file core/modules/block_content/block_content.links.task.yml core/modules/block_content/block_content.links.task.yml
book.links.menu.yml file core/modules/book/book.links.menu.yml core/modules/book/book.links.menu.yml
book.links.task.yml file core/modules/book/book.links.task.yml core/modules/book/book.links.task.yml
BookManager::bookLinkTranslate function core/modules/book/src/BookManager.php Provides book loading, access control and translation.
BookManager::bookTreeCollectNodeLinks function core/modules/book/src/BookManager.php Collects node links from a given menu tree recursively.
BookManager::getLinkDefaults function core/modules/book/src/BookManager.php Returns an array with default values for a book page's menu link.
BookManager::loadBookLink function core/modules/book/src/BookManager.php Loads a single book entry.
BookManager::loadBookLinks function core/modules/book/src/BookManager.php Loads multiple book entries.
BookManager::saveBookLink function core/modules/book/src/BookManager.php Saves a link for a single book entry to the book.
BookManagerInterface::bookLinkTranslate function core/modules/book/src/BookManagerInterface.php Provides book loading, access control and translation.
BookManagerInterface::bookTreeCollectNodeLinks function core/modules/book/src/BookManagerInterface.php Collects node links from a given menu tree recursively.
BookManagerInterface::getLinkDefaults function core/modules/book/src/BookManagerInterface.php Returns an array with default values for a book page's menu link.
BookManagerInterface::loadBookLink function core/modules/book/src/BookManagerInterface.php Loads a single book entry.
BookManagerInterface::loadBookLinks function core/modules/book/src/BookManagerInterface.php Loads multiple book entries.
BookManagerInterface::saveBookLink function core/modules/book/src/BookManagerInterface.php Saves a link for a single book entry to the book.
BookMultilingualTest::assertNodeLinkIsCorrectlyTranslated function core/modules/book/tests/src/Kernel/BookMultilingualTest.php Asserts a node link is correctly translated.
BookOutline::childrenLinks function core/modules/book/src/BookOutline.php Formats the book links for the child pages of the current page.
BookOutline::nextLink function core/modules/book/src/BookOutline.php Fetches the book link for the next page of the book.
BookOutline::prevLink function core/modules/book/src/BookOutline.php Fetches the book link for the previous page of the book.

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