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
EntityLinkDelete::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Returns the entity link template name identifying the link route.
EntityLinkDelete::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Prepares the link to view an entity.
EntityLinkEdit class core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Field handler to present a link to edit an entity.
EntityLinkEdit.php file core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
EntityLinkEdit::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Returns the default label for this link.
EntityLinkEdit::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Returns the entity link template name identifying the link route.
EntityLinkEdit::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Prepares the link to view an entity.
EntityLinks class core/modules/filter/src/Plugin/Filter/EntityLinks.php Provides the Entity Links filter.
EntityLinks.php file core/modules/filter/src/Plugin/Filter/EntityLinks.php
EntityLinks::getUrl function core/modules/filter/src/Plugin/Filter/EntityLinks.php Gets the generated URL object for a linked entity.
EntityLinks::process function core/modules/filter/src/Plugin/Filter/EntityLinks.php
EntityLinks::__construct function core/modules/filter/src/Plugin/Filter/EntityLinks.php Constructs a EntityLinks object.
EntityLinksTest class core/modules/filter/tests/src/Kernel/EntityLinksTest.php Tests the behavior of generating entity URLs when using entity links in CKEditor.
EntityLinksTest.php file core/modules/filter/tests/src/Kernel/EntityLinksTest.php
EntityLinksTest::$filter property core/modules/filter/tests/src/Kernel/EntityLinksTest.php The entity_links filter.
EntityLinksTest::$logger property core/modules/filter/tests/src/Kernel/EntityLinksTest.php The test logger.
EntityLinksTest::$modules property core/modules/filter/tests/src/Kernel/EntityLinksTest.php
EntityLinksTest::assertFilterProcessResult function core/modules/filter/tests/src/Kernel/EntityLinksTest.php Asserts an input string + langcode yield the expected FilterProcessResult.
EntityLinksTest::providerTestMediaEntity function core/modules/filter/tests/src/Kernel/EntityLinksTest.php Data provider for testMediaEntity.
EntityLinksTest::register function core/modules/filter/tests/src/Kernel/EntityLinksTest.php
EntityLinksTest::setUp function core/modules/filter/tests/src/Kernel/EntityLinksTest.php
EntityLinksTest::test function core/modules/filter/tests/src/Kernel/EntityLinksTest.php @legacy-covers ::process
EntityLinksTest::testFileEntity function core/modules/filter/tests/src/Kernel/EntityLinksTest.php @legacy-covers ::getUrl
@legacy-covers \Drupal\file\Entity\FileLinkTarget
EntityLinksTest::testMediaEntity function core/modules/filter/tests/src/Kernel/EntityLinksTest.php @legacy-covers ::getUrl
@legacy-covers \Drupal\media\Entity\MediaLinkTarget
EntityLinksTest::testMenuLinkContentEntity function core/modules/filter/tests/src/Kernel/EntityLinksTest.php @legacy-covers ::getUrl
@legacy-covers \Drupal\menu_link_content\Entity\MenuLinkContentLinkTarget
EntityLinksTest::testShortcutEntity function core/modules/filter/tests/src/Kernel/EntityLinksTest.php @legacy-covers ::getUrl
@legacy-covers \Drupal\shortcut\Entity\ShortcutLinkTarget
EntityLinkSuggestions class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php CKEditor 5 Entity Link Suggestions plugin.
EntityLinkSuggestions.php file core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php
EntityLinkSuggestions::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php
EntityLinkSuggestions::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php
EntityLinkSuggestions::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php
EntityLinkSuggestions::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php
EntityLinkSuggestions::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php
EntityLinkSuggestions::__construct function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php EntityLinkSuggestions constructor.
EntityLinkSuggestionsController class core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Returns responses for entity link suggestions autocomplete route.
EntityLinkSuggestionsController.php file core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php
EntityLinkSuggestionsController::computeDescription function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Computes a suggestion description.
EntityLinkSuggestionsController::computeGroup function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Computers a suggestion group.
EntityLinkSuggestionsController::createSuggestion function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Creates a suggestion.
EntityLinkSuggestionsController::DEFAULT_LIMIT constant core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php The default limit for matches.
EntityLinkSuggestionsController::findEntityIdByUrl function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Finds entity ID from the given input.
EntityLinkSuggestionsController::formatUsesEntityLinksFilter function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Checks access based on entity_links filter status on the text format.
EntityLinkSuggestionsController::getSuggestions function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Gets the suggestions.
EntityLinkSuggestionsController::suggestions function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Generates entity link suggestions for use by an autocomplete.
EntityLinkSuggestionsController::__construct function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Constructs a EntityLinkSuggestionsController.
EntityLinkSuggestionsTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php For testing the drupalEntityLinkSuggestions plugin.
EntityLinkSuggestionsTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php
EntityLinkSuggestionsTest::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php
EntityLinkSuggestionsTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php
EntityLinkSuggestionsTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php

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