Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
EntityLink::buildOptionsForm function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::defineOptions function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::defineOptions function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLink.php Returns the entity link template name identifying the link route.
EntityLink::getUrlInfo function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::preRender function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::query function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::render function core/modules/comment/src/Plugin/views/field/EntityLink.php
EntityLink::render function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLink::renderLink function core/modules/views/src/Plugin/views/field/EntityLink.php
EntityLinkDelete class core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Field handler to present a link to delete an entity.
EntityLinkDelete.php file core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
EntityLinkDelete::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php
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
EntityLinkEdit::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
EntityLinkEdit::renderLink function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php
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

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