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
Title Object type File name Summary
UserAccountLinksTest class core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests user-account links.
UserAccountLinksTest.php file core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::$defaultTheme property core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::$modules property core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::setUp function core/modules/user/tests/src/Functional/UserAccountLinksTest.php
UserAccountLinksTest::testAccountPageTitles function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests page title is set correctly on user account tabs.
UserAccountLinksTest::testAnonymousLogout function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Ensures that logout URL redirects an anonymous user to the front page.
UserAccountLinksTest::testDisabledAccountLink function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests disabling the 'My account' link.
UserAccountLinksTest::testSecondaryMenu function core/modules/user/tests/src/Functional/UserAccountLinksTest.php Tests the secondary menu.
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
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
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
ViewsMenuLink::deleteLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
ViewsMenuLink::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php
ViewsMenuLink::getDescription function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
ViewsMenuLink::getTitle function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php

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