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 11.x for _link
  6. Other projects
Title Object type File name Summary
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
EntityLinkSuggestionsTest::testStandardLink function core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php Test the entity link suggestions.
EntityLinkSuggestionTest class core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php Tests entity link suggestions.
EntityLinkSuggestionTest.php file core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php
EntityLinkSuggestionTest::$modules property core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php
EntityLinkSuggestionTest::providerEntityLinkSuggestions function core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php Data provider.
EntityLinkSuggestionTest::setUp function core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php
EntityLinkSuggestionTest::testEntityLinkSuggestions function core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php Test the generated entity link suggestions based on editor configuration.
EntityLinkTargetInterface interface core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php Provides an interface for generating a link target from an entity.
EntityLinkTargetInterface.php file core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php
EntityLinkTargetInterface::getLinkTarget function core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php Gets the generated URL object for a linked entity's link target.
EntityLinkTest class core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php Tests Drupal\comment\Plugin\views\field\EntityLink.
EntityLinkTest class core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php Tests Drupal\Core\Entity\EntityBase.
EntityLinkTest.php file core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php
EntityLinkTest.php file core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php
EntityLinkTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php The mocked entity type manager.
EntityLinkTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php The mocked language manager.
EntityLinkTest::$linkGenerator property core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php The tested link generator.
EntityLinkTest::providerTestLink function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php Provides test data for testLink().
EntityLinkTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php
EntityLinkTest::setUp function core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php
EntityLinkTest::testRenderNullEntity function core/modules/comment/tests/src/Unit/Plugin/views/field/EntityLinkTest.php Test the render method when getEntity returns NULL.
EntityLinkTest::testToLink function core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php Tests for the EntityBase::toLink() method.
EntityReferenceFieldNormalizer::getRelationshipLinks function core/modules/jsonapi/src/Normalizer/EntityReferenceFieldNormalizer.php Gets the links for the relationship.
EntityResource::$linkRelationTypeManager property core/modules/rest/src/Plugin/rest/resource/EntityResource.php The link relation type manager used to create HTTP header links.
EntityResource::addLinkHeaders function core/modules/rest/src/Plugin/rest/resource/EntityResource.php Adds link headers to a response.
EntityResource::getPagerLinks function core/modules/jsonapi/src/Controller/EntityResource.php Get the pager links for a given request object.
EntityResource::getRequestLink function core/modules/jsonapi/src/Controller/EntityResource.php Get the full URL for a given request object.
EntityType::$links property core/lib/Drupal/Core/Entity/EntityType.php Link templates using the URI template syntax.
EntityType::getLinkTemplate function core/lib/Drupal/Core/Entity/EntityType.php
EntityType::getLinkTemplates function core/lib/Drupal/Core/Entity/EntityType.php
EntityType::hasLinkTemplate function core/lib/Drupal/Core/Entity/EntityType.php
EntityType::setLinkTemplate function core/lib/Drupal/Core/Entity/EntityType.php
EntityTypeInterface::getLinkTemplate function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the link template for a given key.
EntityTypeInterface::getLinkTemplates function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the link templates using the URI template syntax.
EntityTypeInterface::hasLinkTemplate function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if a link template exists for a given key.
EntityTypeInterface::setLinkTemplate function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Sets a single link template.
EntityTypeTest::testSetLinkTemplateWithInvalidPath function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests set link template with invalid path.
EntityUrlTest::providerTestToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateAddForm().
EntityUrlTest::providerTestToUrlLinkTemplateNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateNoId().
EntityUrlTest::providerTestToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplateRevision().
EntityUrlTest::providerTestToUrlLinkTemplates function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testToUrlLinkTemplates().
EntityUrlTest::registerLinkTemplate function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Registers a link template for the mock entity.
EntityUrlTest::testToUrlLinkTemplateAddForm function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplateNoId function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with link templates without an entity ID.
EntityUrlTest::testToUrlLinkTemplateRevision function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with the 'revision' link template.
EntityUrlTest::testToUrlLinkTemplates function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the toUrl() method with simple link templates.

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