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. Search main for link
  6. 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
UserAdminTest::getLinkSelectorForUser function core/modules/user/tests/src/Functional/UserAdminTest.php Gets the xpath selector for a user account.
UserFieldsAccessChangeTest::testUserNameLink function core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php Test user name link.
UserTokenReplaceTest::$useOneTimeLoginLinks property core/modules/user/tests/src/Functional/UserTokenReplaceTest.php Use one-time login links instead of submitting the login form.
VersionHistoryController::buildDeleteRevisionLink function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a link to delete an entity revision.
VersionHistoryController::buildRevertRevisionLink function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Builds a link to revert an entity revision.
VersionHistoryController::getOperationLinks function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get operations for an entity revision.
ViewEditTest::testDeleteLink function core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests the delete link on a views UI.
ViewExecutable::$showAdminLinks property core/modules/views/src/ViewExecutable.php Should the admin links be shown on the rendered view.
ViewExecutable::getShowAdminLinks function core/modules/views/src/ViewExecutable.php Returns whether admin links should be rendered on the view.
ViewExecutable::setShowAdminLinks function core/modules/views/src/ViewExecutable.php Enables admin links on the rendered view.
views.links.menu.yml file core/modules/views/views.links.menu.yml core/modules/views/views.links.menu.yml
views.links.task.yml file core/modules/views/views.links.task.yml core/modules/views/views.links.task.yml
views.view.test_contact_link.yml file core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml
views.view.test_contextual_links.yml file core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml
views.view.test_entity_test_link.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml
views.view.test_entity_translations_link.yml file core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml
views.view.test_link_base_links.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_link_base_links.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_link_base_links.yml
views.view.test_link_tokens.yml file core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml
views.view.test_menu_link.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml
views.view.test_node_revision_links.yml file core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_links.yml core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_links.yml
ViewsBlockBase::$contextualLinks property core/modules/views/src/Plugin/Block/ViewsBlockBase.php The Views contextual links service.
ViewsBlockBase::addContextualLinks function core/modules/views/src/Plugin/Block/ViewsBlockBase.php Converts Views block content to a renderable array with contextual links.
ViewsBlockTest::$contextualLinks property core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php The Views contextual links service.
ViewsBlockTest::testOperationLinks function core/modules/views_ui/tests/src/Kernel/ViewsBlockTest.php Tests the editing links for ViewsBlockBase.
ViewsDisplay::$contextual_links_locations property core/modules/views/src/Annotation/ViewsDisplay.php A list of places where contextual links should be added.
ViewsDisplay::$uses_menu_links property core/modules/views/src/Annotation/ViewsDisplay.php Whether or not to use hook_menu() to register a route.
ViewsIntegrationTest::assertOneLink function core/modules/search/tests/src/Functional/views/ViewsIntegrationTest.php Asserts that exactly one link exists with the given text.
ViewsMenuLink class core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Defines menu links provided by views.
ViewsMenuLink class core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Provides menu links for Views.
ViewsMenuLink.php file core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
ViewsMenuLink.php file core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php
ViewsMenuLink::$entityTypeManager property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The entity type manager.
ViewsMenuLink::$overrideAllowed property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The list of definition values where an override is allowed.
ViewsMenuLink::$view property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The view executable of the menu link.
ViewsMenuLink::$viewExecutableFactory property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The view executable factory.
ViewsMenuLink::$viewStorage property core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php The view storage.
ViewsMenuLink::create function core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Creates a new class instance.
ViewsMenuLink::deleteLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Deletes a menu link.
ViewsMenuLink::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Gets the definition of all derivatives of a base plugin.
ViewsMenuLink::getDescription function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns the description of the menu link.
ViewsMenuLink::getTitle function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns the localized title to be shown for this link.
ViewsMenuLink::isDeletable function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns whether this link can be deleted.
ViewsMenuLink::isExpanded function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns whether the child menu links should always been shown.
ViewsMenuLink::loadView function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Initializes the proper view.
ViewsMenuLink::updateLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Updates the definition values for a menu link.
ViewsMenuLink::__construct function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Constructs a new ViewsMenuLink.
ViewsMenuLink::__construct function core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance.
ViewsMenuLinkForm class core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php Provides a form to edit Views menu links.
ViewsMenuLinkForm.php file core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php
ViewsMenuLinkForm::$menuLink property core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php The edited views menu link.

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