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
FieldableEntityInterface::toArray function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of all field values.
FieldableEntityInterface::validate function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Validates the currently set values.
FieldableEntityNormalizerTrait trait core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php A trait for providing fieldable entity normalization/denormalization methods.
FieldableEntityNormalizerTrait.php file core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php
FieldableEntityNormalizerTrait::$entityFieldManager property core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php The entity field manager.
FieldableEntityNormalizerTrait::$entityTypeManager property core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php The entity type manager.
FieldableEntityNormalizerTrait::$entityTypeRepository property core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php The entity type repository.
FieldableEntityNormalizerTrait::constructValue function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Build the field item value using the incoming data.
FieldableEntityNormalizerTrait::denormalizeFieldData function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Denormalizes entity data by denormalizing each field individually.
FieldableEntityNormalizerTrait::determineEntityTypeId function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Determines the entity type ID to denormalize as.
FieldableEntityNormalizerTrait::extractBundleData function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Denormalizes the bundle property so entity creation can use it.
FieldableEntityNormalizerTrait::getEntityFieldManager function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Returns the entity field manager.
FieldableEntityNormalizerTrait::getEntityTypeDefinition function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Gets the entity type definition.
FieldableEntityNormalizerTrait::getEntityTypeManager function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Returns the entity type manager.
FieldableEntityNormalizerTrait::getEntityTypeRepository function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Returns the entity type repository.
FieldableEntityStorageInterface interface core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php A storage that supports entity types with field definitions.
FieldableEntityStorageInterface.php file core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php
FieldableEntityStorageInterface::countFieldData function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Determines the number of entities with values for a given field.
FieldableEntityStorageInterface::finalizePurge function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Performs final cleanup after all data of a field has been purged.
FieldableEntityStorageInterface::purgeFieldData function core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php Purges a batch of field data.
FieldApiDataTest::testEntityFieldFilter function core/modules/views/tests/src/Kernel/FieldApiDataTest.php Tests filtering entries with different translatability.
FieldAPIHandlerTrait::$entityFieldManager property core/modules/views/src/FieldAPIHandlerTrait.php The entity field manager.
FieldAPIHandlerTrait::getEntityFieldManager function core/modules/views/src/FieldAPIHandlerTrait.php Returns the entity field manager.
FieldAttachOtherTest::testEntityCache function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests entity cache.
FieldAttachOtherTest::testEntityDisplayBuild function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests rendering fields with EntityDisplay build().
FieldAttachOtherTest::testEntityDisplayViewMultiple function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests rendering fields with EntityDisplay::buildMultiple().
FieldAttachOtherTest::testEntityFormDisplayBuildForm function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm().
FieldAttachOtherTest::testEntityFormDisplayExtractFormValues function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues().
FieldAttachStorageTest::testEntityCreateBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_delete().
FieldBlock::$entityFieldManager property core/modules/layout_builder/src/Plugin/Block/FieldBlock.php The entity field manager.
FieldBlock::$entityTypeId property core/modules/layout_builder/src/Plugin/Block/FieldBlock.php The entity type ID.
FieldBlock::entityFieldHasDefaultValue function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Checks whether there is a default value set on the field.
FieldBlock::getEntity function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Gets the entity that has the field.
FieldBlockDeriver::$entityFieldManager property core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php The entity field manager.
FieldBlockDeriver::$entityTypeRepository property core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php The entity type repository.
FieldBlockTest::$entityFieldManager property core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php The entity field manager.
FieldBlockTest::providerTestBlockAccessEntityAllowedFieldHasValue function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Provides test data for ::testBlockAccessEntityAllowedFieldHasValue().
FieldBlockTest::testBlockAccessEntityAllowedFieldHasValue function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests populated vs empty build.
FieldBlockTest::testBlockAccessEntityAllowedFieldNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests field access.
FieldBlockTest::testBlockAccessEntityAllowedNoField function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests fieldable entity without a particular field.
FieldBlockTest::testBlockAccessEntityAllowedNotFieldable function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests unfieldable entity.
FieldBlockTest::testBlockAccessEntityNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests entity access.
FieldConfigBase::$entity_type property core/lib/Drupal/Core/Field/FieldConfigBase.php The name of the entity type the field is attached to.
FieldConfigBase::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the ID of the entity type the field is attached to.
FieldConfigDeleteForm::$entityTypeBundleInfo property core/modules/field_ui/src/Form/FieldConfigDeleteForm.php The entity type bundle info service.
FieldConfigEditForm::$entity property core/modules/field_ui/src/Form/FieldConfigEditForm.php The entity being used by this form.
FieldConfigEditForm::$entityTypeBundleInfo property core/modules/field_ui/src/Form/FieldConfigEditForm.php The entity type bundle info service.
FieldConfigEditForm::$entityTypeId property core/modules/field_ui/src/Form/FieldConfigEditForm.php The name of the entity type.
FieldConfigEditForm::copyFormValuesToEntity function core/modules/field_ui/src/Form/FieldConfigEditForm.php Copies top-level form values to entity properties.

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