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 11.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
d6_vocabulary_entity_display.yml file core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml
d6_vocabulary_entity_form_display.yml file core/modules/taxonomy/migrations/d6_vocabulary_entity_form_display.yml core/modules/taxonomy/migrations/d6_vocabulary_entity_form_display.yml
d7_comment_entity_display.yml file core/modules/comment/migrations/d7_comment_entity_display.yml core/modules/comment/migrations/d7_comment_entity_display.yml
d7_comment_entity_form_display.yml file core/modules/comment/migrations/d7_comment_entity_form_display.yml core/modules/comment/migrations/d7_comment_entity_form_display.yml
d7_comment_entity_form_display_subject.yml file core/modules/comment/migrations/d7_comment_entity_form_display_subject.yml core/modules/comment/migrations/d7_comment_entity_form_display_subject.yml
d7_comment_entity_translation.yml file core/modules/content_translation/migrations/d7_comment_entity_translation.yml core/modules/content_translation/migrations/d7_comment_entity_translation.yml
d7_entity_reference_translation.yml file core/modules/content_translation/migrations/d7_entity_reference_translation.yml core/modules/content_translation/migrations/d7_entity_reference_translation.yml
d7_entity_translation_settings.yml file core/modules/content_translation/migrations/d7_entity_translation_settings.yml core/modules/content_translation/migrations/d7_entity_translation_settings.yml
d7_node_entity_translation.yml file core/modules/content_translation/migrations/d7_node_entity_translation.yml core/modules/content_translation/migrations/d7_node_entity_translation.yml
d7_taxonomy_term_entity_translation.yml file core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml core/modules/content_translation/migrations/d7_taxonomy_term_entity_translation.yml
d7_user_entity_translation.yml file core/modules/content_translation/migrations/d7_user_entity_translation.yml core/modules/content_translation/migrations/d7_user_entity_translation.yml
DataEntityRow class core/modules/rest/src/Plugin/views/row/DataEntityRow.php Plugin which displays entities as raw data.
DataEntityRow.php file core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DataEntityRow::$entityDisplayRepository property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity display repository.
DataEntityRow::$entityRepository property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity repository service.
DataEntityRow::$entityType property core/modules/rest/src/Plugin/views/row/DataEntityRow.php Contains the entity type of this row plugin instance.
DataEntityRow::$entityTypeManager property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity type manager.
DataEntityRow::$languageManager property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The language manager.
DataEntityRow::$usesOptions property core/modules/rest/src/Plugin/views/row/DataEntityRow.php Denotes whether the plugin has an additional options form.
DataEntityRow::create function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Creates an instance of the plugin.
DataEntityRow::getEntityRepository function core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DataEntityRow::getEntityTypeId function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity type identifier.
DataEntityRow::getEntityTypeManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DataEntityRow::getLanguageManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the language manager.
DataEntityRow::getView function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the top object of a view.
DataEntityRow::query function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Add anything to the query that we might need to.
DataEntityRow::render function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Renders a row object.
DataEntityRow::__construct function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Constructs a new DataEntityRow object.
DateFormatResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php The DateFormat entity.
DateFormatResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php The tested entity type.
DateFormatResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Creates the entity to be tested.
DateFormatResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Returns the expected normalization of the entity.
DateFormatResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Returns the normalized POST entity.
DateFormatTest::$entity property core/modules/jsonapi/tests/src/Functional/DateFormatTest.php
DateFormatTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/DateFormatTest.php The tested entity type.
DateFormatTest::createEntity function core/modules/jsonapi/tests/src/Functional/DateFormatTest.php Creates the entity to be tested.
DateTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Datetime/DateTest.php The mocked entity type manager.
DateTestBase::renderTestEntity function core/modules/datetime/tests/src/Functional/DateTestBase.php Renders an entity_test and sets the output in the internal browser.
datetime_range_entity_view_display_presave function core/modules/datetime_range/datetime_range.module Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
datetime_range_test_entity_type_alter function core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.module Implements hook_entity_type_alter().
DbLogResourceTest::$entityTypeId property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The entity type ID.
DbLogResourceTest::getExpectedUnauthorizedEntityAccessCacheability function core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Empty function.
DCOM58Entity.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php
DefaultHtmlRouteProvider::$entityFieldManager property core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php The entity field manager.
DefaultHtmlRouteProvider::$entityTypeManager property core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php The entity type manager.
DefaultHtmlRouteProvider::getEntityTypeIdKeyType function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the type of the ID key for a given entity type.
DefaultHtmlRouteProviderTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity field manager prophecy used in the test.
DefaultHtmlRouteProviderTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity type manager prophecy used in the test.
DefaultHtmlRouteProviderTest::getEntityType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getEntityTypeIdKeyType

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