Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.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 a 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.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
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 manager.
DateTestBase::renderTestEntity function core/modules/datetime/src/Tests/DateTestBase.php Renders a entity_test and sets the output in the internal browser.
DateTestBase::renderTestEntity function core/modules/datetime/tests/src/Functional/DateTestBase.php Renders a entity_test and sets the output in the internal browser.
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().
DCOM58Entity.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php
DedupeEntity class core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php Ensures value is not duplicated against an entity field.
DedupeEntity.php file core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php
DedupeEntityTest class core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\DedupeEntity
@group migrate
@group legacy
DedupeEntityTest.php file core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php
DedupeEntityTest::$entityQuery property core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php The mock entity query.
DedupeEntityTest::$entityTypeManager property core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php The mocked entity type manager.
DedupeEntityTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php The migration configuration, initialized to set the ID to test.
DedupeEntityTest::entityQueryExpects function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php Helper function to add expectations to the mock entity query object.
DedupeEntityTest::providerTestDedupe function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php Data provider for testDedupe().
DedupeEntityTest::setUp function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php
DedupeEntityTest::testDedupe function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php Tests entity based deduplication based on providerTestDedupe() values.
DedupeEntityTest::testDedupeEntityInvalidLength function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php Tests that invalid length option throws an exception.
DedupeEntityTest::testDedupeEntityInvalidStart function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php Tests that invalid start position throws an exception.
DedupeEntityTest::testDedupeMigrated function core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php Test deduplicating only migrated entities.
DefaultContentModerationStateRevisionUpdateTest::assertCompositeEntityMatchesDefaultRevisionId function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Assert for the given entity, the default revision ID matches.
DefaultContentModerationStateRevisionUpdateTest::getEntityByLabel function core/modules/content_moderation/tests/src/Functional/Update/DefaultContentModerationStateRevisionUpdateTest.php Load an entity by label.
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
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getEntityTypeIdKeyType
DefaultMenuLinkTreeManipulators::$entityTypeManager property core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php The entity type manager.
DefaultMenuLinkTreeManipulatorsTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php The mocked entity type manager.
DefaultRevisionStateTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php
DefaultSelection::$entityFieldManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity field manager service.
DefaultSelection::$entityRepository property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity repository.
DefaultSelection::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Entity type bundle info service.
DefaultSelection::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity type manager service.
DefaultSelection::buildEntityQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Builds an EntityQuery to get referenceable entities.
DefaultSelection::createNewEntity function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Creates a new entity object that can be used as a valid reference.
DefaultSelectionDeriver::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php The entity type manager.
DefaultsEntityForm class core/modules/layout_builder/src/Form/DefaultsEntityForm.php Provides a form containing the Layout Builder UI for defaults.
DefaultsEntityForm.php file core/modules/layout_builder/src/Form/DefaultsEntityForm.php

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