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
OverrideMenuLinks::create function core/lib/Drupal/Core/Menu/Plugin/ConfigAction/OverrideMenuLinks.php Creates an instance of the plugin.
OverrideMenuLinks::__construct function core/lib/Drupal/Core/Menu/Plugin/ConfigAction/OverrideMenuLinks.php
OverrideMenuLinksConfigActionTest class core/tests/Drupal/KernelTests/Core/Menu/OverrideMenuLinksConfigActionTest.php Tests overriding static menu links with config actions.
OverrideMenuLinksConfigActionTest.php file core/tests/Drupal/KernelTests/Core/Menu/OverrideMenuLinksConfigActionTest.php
OverrideMenuLinksConfigActionTest::$modules property core/tests/Drupal/KernelTests/Core/Menu/OverrideMenuLinksConfigActionTest.php Modules to install.
OverrideMenuLinksConfigActionTest::testConfigName function core/tests/Drupal/KernelTests/Core/Menu/OverrideMenuLinksConfigActionTest.php Tests that the action only works on core.menu.static_menu_link_overrides.
OverrideMenuLinksConfigActionTest::testOverrideLinks function core/tests/Drupal/KernelTests/Core/Menu/OverrideMenuLinksConfigActionTest.php Tests overriding static menu links.
paramconverter.menu_link service core/core.services.yml Drupal\Core\ParamConverter\MenuLinkPluginConverter
path.links.action.yml file core/modules/path/path.links.action.yml core/modules/path/path.links.action.yml
path.links.menu.yml file core/modules/path/path.links.menu.yml core/modules/path/path.links.menu.yml
path.links.task.yml file core/modules/path/path.links.task.yml core/modules/path/path.links.task.yml
PathAliasMenuLinkContentTest class core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php Ensures that the menu tree adapts to path alias changes.
PathAliasMenuLinkContentTest.php file core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
PathAliasMenuLinkContentTest::$modules property core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php Modules to install.
PathAliasMenuLinkContentTest::setUp function core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
PathAliasMenuLinkContentTest::testPathAliasChange function core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php Tests the path aliasing changing.
PathNoCanonicalLinkTest class core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php Tests path alias deletion when there is no canonical link template.
PathNoCanonicalLinkTest.php file core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php
PathNoCanonicalLinkTest::$modules property core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php Modules to install.
PathNoCanonicalLinkTest::setUp function core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php
PathNoCanonicalLinkTest::testNoCanonicalLinkTemplate function core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php Tests for no canonical link templates.
PathPluginBase::getMenuLinks function core/modules/views/src/Plugin/views/display/PathPluginBase.php Gets menu links, if this display provides some.
PathValidatorTest::testIsValidWithLinkToAnyPageAccount function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with a 'link to any page' permission.
PathValidatorTest::testIsValidWithoutLinkToAnyPageAccount function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method without the 'link to any page' permission.
PhpStreamWrapperInterface::unlink function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Delete a file.
PhpTuf\ComposerStager\API\Precondition\Service\NoAbsoluteSymlinksExistInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\NoAbsoluteSymlinksExist
PhpTuf\ComposerStager\API\Precondition\Service\NoHardLinksExistInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\NoHardLinksExist
PhpTuf\ComposerStager\API\Precondition\Service\NoLinksExistOnWindowsInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\NoLinksExistOnWindows
PhpTuf\ComposerStager\API\Precondition\Service\NoSymlinksPointOutsideTheCodebaseInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\NoSymlinksPointOutsideTheCodebase
PhpTuf\ComposerStager\API\Precondition\Service\NoUnsupportedLinksExistInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\NoUnsupportedLinksExist
plugin.manager.link_relation_type service core/core.services.yml \Drupal\Core\Http\LinkRelationTypeManager
plugin.manager.menu.contextual_link service core/core.services.yml Drupal\Core\Menu\ContextualLinkManager
plugin.manager.menu.link service core/core.services.yml Drupal\Core\Menu\MenuLinkManager
PreprocessHooks::links function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for links.
PreprocessHooks::linksActionLinks function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for links__action_links.
PreprocessHooks::linksDropbutton function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for links__dropbutton.
PreprocessHooks::linksMediaLibraryMenu function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_links__media_library_menu().
PreprocessHooks::preprocessLinks function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for links.
PreprocessHooks::preprocessLinksActionLinks function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for links__action_links.
PreprocessHooks::preprocessLinksDropbutton function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for links__dropbutton.
PreprocessHooks::preprocessLinksMediaLibraryMenu function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_links__media_library_menu().
PreviewTest::clickPreviewLinkAJAX function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Click on a preview link.
PreviewTest::testPreviewSortLink function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Tests the link to sort in the preview form.
ProcessingTest::testLinkToErrorPageAppears function core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php Tests that a link to the error page is shown.
ProjectSecurityRequirement::getReleaseCycleLink function core/modules/update/src/ProjectSecurityRequirement.php Gets a link the release cycle page on drupal.org.
quicklinks.css file core/profiles/demo_umami/themes/umami/css/components/blocks/quicklinks/quicklinks.css This file is used to style the Quick Links block.
ReadOnlyStream::unlink function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for unlink().
Relationship::$links property core/modules/jsonapi/src/JsonApiResource/Relationship.php The relationship object's links.
Relationship::buildLinkCollectionFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Builds a LinkCollection for the given entity reference field.
Relationship::getLinks function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's links.

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