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 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
views_ui.links.action.yml file core/modules/views_ui/views_ui.links.action.yml core/modules/views_ui/views_ui.links.action.yml
views_ui.links.contextual.yml file core/modules/views_ui/views_ui.links.contextual.yml core/modules/views_ui/views_ui.links.contextual.yml
views_ui.links.menu.yml file core/modules/views_ui/views_ui.links.menu.yml core/modules/views_ui/views_ui.links.menu.yml
views_ui.links.task.yml file core/modules/views_ui/views_ui.links.task.yml core/modules/views_ui/views_ui.links.task.yml
views_ui.link_relation_types.yml file core/modules/views_ui/views_ui.link_relation_types.yml core/modules/views_ui/views_ui.link_relation_types.yml
views_ui_contextual_links_suppress function core/modules/views_ui/views_ui.module Sets a static variable for controlling whether contextual links are rendered.
views_ui_contextual_links_suppress_pop function core/modules/views_ui/views_ui.module Decrements the views_ui_contextual_links_suppress() static variable.
views_ui_contextual_links_suppress_push function core/modules/views_ui/views_ui.module Increments the views_ui_contextual_links_suppress() static variable.
views_ui_contextual_links_view_alter function core/modules/views_ui/views_ui.module Implements hook_contextual_links_view_alter().
views_ui_view_preview_section_display_category_links function core/modules/views_ui/views_ui.module Returns a link to editing a certain display setting.
views_ui_view_preview_section_handler_links function core/modules/views_ui/views_ui.module Returns contextual links for each handler of a certain section.
views_ui_view_preview_section_rows_links function core/modules/views_ui/views_ui.module Returns all contextual links for the main content part of the view.
ViewUI::hasLinkTemplate function core/modules/views_ui/src/ViewUI.php Indicates if a link template exists for a given key.
ViewUI::toLink function core/modules/views_ui/src/ViewUI.php Generates the HTML for a link to this entity.
WebAssert::linkByHrefExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link containing a given href (part) is found.
WebAssert::linkByHrefExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with a given href is found.
WebAssert::linkByHrefNotExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link containing a given href (part) is not found.
WebAssert::linkByHrefNotExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with a given href is not found.
WebAssert::linkExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the specified label is found.
WebAssert::linkExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the exactly specified label is found.
WebAssert::linkNotExists function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the specified label is not found.
WebAssert::linkNotExistsExact function core/tests/Drupal/Tests/WebAssert.php Passes if a link with the exactly specified label is not found.
WebAssertTest::testInvalidLinkByHrefExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality fail.
WebAssertTest::testInvalidLinkByHrefExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality fail.
WebAssertTest::testInvalidLinkByHrefNotExistsFull function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail full match.
WebAssertTest::testInvalidLinkByHrefNotExistsPartial function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests LinkByHrefNotExists() functionality fail partial match.
WebAssertTest::testInvalidLinkExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsExact() functionality fail.
WebAssertTest::testInvalidLinkNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkNotExistsExact() functionality fail.
WebAssertTest::testLinkByHrefExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsByHref() functionality.
WebAssertTest::testLinkByHrefNotExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExists() functionality.
WebAssertTest::testLinkByHrefNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkByHrefNotExistsExact() functionality.
WebAssertTest::testLinkExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkExistsExact() functionality.
WebAssertTest::testLinkNotExistsExact function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests linkNotExistsExact() functionality.
workflows.links.action.yml file core/modules/workflows/workflows.links.action.yml core/modules/workflows/workflows.links.action.yml
workflows.links.menu.yml file core/modules/workflows/workflows.links.menu.yml core/modules/workflows/workflows.links.menu.yml
workflows.link_relation_types.yml file core/modules/workflows/workflows.link_relation_types.yml core/modules/workflows/workflows.link_relation_types.yml
WorkspaceMenuLinkContentIntegrationTest class core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php Tests workspace integration for custom menu links.
WorkspaceMenuLinkContentIntegrationTest.php file core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php
WorkspaceMenuLinkContentIntegrationTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php The theme to install as the default for testing.
WorkspaceMenuLinkContentIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php The entity type manager.
WorkspaceMenuLinkContentIntegrationTest::$modules property core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php Modules to install.
WorkspaceMenuLinkContentIntegrationTest::setUp function core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php
WorkspaceMenuLinkContentIntegrationTest::testWorkspacesWithCustomMenuLinks function core/modules/workspaces/tests/src/Functional/WorkspaceMenuLinkContentIntegrationTest.php Tests custom menu links in non-default workspaces.
workspaces.links.action.yml file core/modules/workspaces/workspaces.links.action.yml core/modules/workspaces/workspaces.links.action.yml
workspaces.links.menu.yml file core/modules/workspaces/workspaces.links.menu.yml core/modules/workspaces/workspaces.links.menu.yml
workspaces.links.task.yml file core/modules/workspaces/workspaces.links.task.yml core/modules/workspaces/workspaces.links.task.yml
workspaces.link_relation_types.yml file core/modules/workspaces/workspaces.link_relation_types.yml core/modules/workspaces/workspaces.link_relation_types.yml
WorkspacesMenuTreeStorage::loadLinks function core/modules/workspaces/src/WorkspacesMenuTreeStorage.php Loads links in the given menu, according to the given tree parameters.

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