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. Search 11.x for entity
  6. 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
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
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 Form constructor.
EntityLinkSuggestions::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php Gets default configuration for this plugin.
EntityLinkSuggestions::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php Allows a plugin to modify its static configuration.
EntityLinkSuggestions::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php Form submission handler.
EntityLinkSuggestions::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php Form validation handler.
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 The theme to install as the default for testing.
EntityLinkSuggestionsTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php Modules to install.
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 Modules to install.
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&#039;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.

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