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. 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
FieldRenderedEntityTest::testRenderedEntityWithoutAndWithField function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Tests the default rendered entity output.
FieldRenderedEntityTranslationTest class core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests the rendering of the &#039;rendered_entity&#039; field and translations.
FieldRenderedEntityTranslationTest.php file core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The theme to install as the default for testing.
FieldRenderedEntityTranslationTest::$entityTypeManager property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php The entity type manager service.
FieldRenderedEntityTranslationTest::$modules property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Modules to install.
FieldRenderedEntityTranslationTest::$testViews property core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
FieldRenderedEntityTranslationTest::assertRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Ensures that the rendered results are working as expected.
FieldRenderedEntityTranslationTest::setUp function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Sets up the test.
FieldRenderedEntityTranslationTest::testTranslationRows function core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php Tests that different translation mechanisms can be used for base fields.
FieldResolver::$entityTypeBundleInfo property core/modules/jsonapi/src/Context/FieldResolver.php The entity type bundle information service.
FieldResolver::$entityTypeManager property core/modules/jsonapi/src/Context/FieldResolver.php The entity type manager.
FieldResolver::resolveInternalEntityQueryPath function core/modules/jsonapi/src/Context/FieldResolver.php Resolves external field expressions into entity query compatible paths.
FieldResolverTest::resolveInternalEntityQueryPathErrorProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for ::testResolveInternalEntityQueryPathError.
FieldResolverTest::resolveInternalEntityQueryPathProvider function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Provides test cases for ::testResolveInternalEntityQueryPath.
FieldResolverTest::testResolveInternalEntityQueryPath function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Tests resolve internal entity query path.
FieldResolverTest::testResolveInternalEntityQueryPathError function core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php Expects an error when an invalid field is provided for filter and sort.
FieldStorageAddController::$entityTypeId property core/modules/field_ui/src/Controller/FieldStorageAddController.php The name of the entity type.
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
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 Tests Drupal\field\Entity\FieldStorageConfig.
FieldStorageConfigEntityUnitTest.php file core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
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 Tests calculate dependencies.
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.
FieldStorageCreationTrait::configureEntityFormDisplay function core/modules/field_ui/src/Form/FieldStorageCreationTrait.php Configures the field for the default form mode.
FieldStorageCreationTrait::configureEntityViewDisplay function core/modules/field_ui/src/Form/FieldStorageCreationTrait.php Configures the field for the default view mode.
FieldStorageCrudTest::testUpdateEntityTargetType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests changing a field storage entity type.

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