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. Search main for entity
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.
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.

All search results

Title Object type File name Summary
FieldStorageAddForm::configureEntityFormDisplay function core/modules/field_ui/src/Form/FieldStorageAddForm.php Configures the field for the default form mode.
FieldStorageAddForm::configureEntityViewDisplay function core/modules/field_ui/src/Form/FieldStorageAddForm.php Configures the field for the default view mode.
FieldStorageConfig::$entity_type property core/modules/field/src/Entity/FieldStorageConfig.php The name of the entity type the field can be attached to.
FieldStorageConfig::getTargetEntityTypeId function core/modules/field/src/Entity/FieldStorageConfig.php Returns the ID of the entity type the field is attached to.
FieldStorageConfigAccessControlHandlerTest::$entity property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The FieldStorageConfig entity used for testing.
FieldStorageConfigEditForm::$entity property core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php The entity being used by this form.
FieldStorageConfigEditForm::buildEntity function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Builds an updated entity object based upon the submitted form values.
FieldStorageConfigEditForm::getEntityFromRouteMatch function core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php Determines which entity will be used by this form from a RouteMatch object.
FieldStorageConfigEntityUnitTest class core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php @coversDefaultClass \Drupal\field\Entity\FieldStorageConfig[[api-linebreak]]
FieldStorageConfigEntityUnitTest.php file core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Contains \Drupal\Tests\field\Unit\FieldStorageConfigEntityUnitTest.
FieldStorageConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldStorageConfigEntityUnitTest::$entityTypeManager property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The entity type manager used for testing.
FieldStorageConfigEntityUnitTest::$fieldTypeManager property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The field type manager.
FieldStorageConfigEntityUnitTest::$uuid property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The UUID generator used for testing.
FieldStorageConfigEntityUnitTest::providerInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Data provider for ::testInvalidEnforcedCardinality()
FieldStorageConfigEntityUnitTest::setUp function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
FieldStorageConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
FieldStorageConfigEntityUnitTest::testEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests enforced cardinality.
FieldStorageConfigEntityUnitTest::testInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests invalid enforced cardinality.
FieldStorageConfigEntityUnitTest::testStoredCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests stored cardinality.
FieldStorageConfigListBuilder::$entityTypeManager property core/modules/field_ui/src/FieldStorageConfigListBuilder.php The entity type manager.
FieldStorageConfigResourceTestBase::$entity property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php
FieldStorageConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php The tested entity type.
FieldStorageConfigResourceTestBase::createEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Creates the entity to be tested.
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Returns the expected normalization of the entity.
FieldStorageConfigResourceTestBase::getNormalizedPostEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Returns the normalized POST entity.
FieldStorageConfigStorage::$entityTypeManager property core/modules/field/src/FieldStorageConfigStorage.php The entity type manager.
FieldStorageConfigTest::$entity property core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php
FieldStorageConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php The tested entity type.
FieldStorageConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php Creates the entity to be tested.
FieldStorageCrudTest::testUpdateEntityTargetType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Test changing a field storage entity type.
FieldStorageCrudTest::testUpdateEntityType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Test changing a field storage type.
FieldStorageDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldStorageDefinitionListener::$entityFieldManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity field manager.
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldStorageDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity type manager.
FieldTest::$entityFieldManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity field manager.
FieldTest::$entityRepository property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity repository.
FieldTest::$entityTypeManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type manager.
FieldTestEntityField class core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTestEntityField::executePrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTranslationSynchronizer::$entityTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The entity type manager.
FieldTranslationSynchronizer::getOriginalEntity function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the original unchanged entity to be used to detect changes.
FieldUiLocalAction::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php The entity type manager.
FieldUiLocalTask::$entityDisplayRepository property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity display repository.
FieldUiLocalTask::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity type manager.
FieldUiPermissions::$entityTypeManager property core/modules/field_ui/src/FieldUiPermissions.php The entity type manager.
FieldUiRouteEnhancer::$entityTypeManager property core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php The entity type manager service.
FieldUpdateTest::assertEntityRefDependency function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Asserts that a config depends on &#039;entity_reference&#039; or not
FieldUpdateTest::testEntityReferenceFieldConfigCleanUpdate function core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php Tests field_post_update_remove_handler_submit_setting().

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