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
SqlContentEntityStorageSchema::updateSharedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Updates the schema for a field stored in a shared table.
SqlContentEntityStorageSchema::__construct function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Constructs a SqlContentEntityStorageSchema.
SqlContentEntityStorageSchemaColumnTest class core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Tests that schema changes in fields with data are detected during updates.
SqlContentEntityStorageSchemaColumnTest.php file core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php
SqlContentEntityStorageSchemaColumnTest::$entity property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The created entity.
SqlContentEntityStorageSchemaColumnTest::$field property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The field.
SqlContentEntityStorageSchemaColumnTest::$fieldStorage property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The field storage.
SqlContentEntityStorageSchemaColumnTest::$modules property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Modules to enable.
SqlContentEntityStorageSchemaColumnTest::setUp function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php
SqlContentEntityStorageSchemaColumnTest::testColumnUpdate function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Tests that column-level schema changes are detected for fields with data.
SqlContentEntityStorageSchemaConverter class core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php Defines a schema converter for entity types with existing data.
SqlContentEntityStorageSchemaConverter.php file core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php
SqlContentEntityStorageSchemaConverter::$entityDefinitionUpdateManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity definition update manager service.
SqlContentEntityStorageSchemaConverter::$entityTypeId property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type ID this schema converter is responsible for.
SqlContentEntityStorageSchemaConverter::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type manager.
SqlContentEntityStorageSchemaConverter::convertToRevisionable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php Converts an entity type with existing data to be revisionable.
SqlContentEntityStorageSchemaConverter::__construct function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php SqlContentEntityStorageSchemaConverter constructor.
SqlContentEntityStorageSchemaConverterNonTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Tests converting a non-translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterNonTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php
SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaConverterTest class core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php Tests the SqlContentEntityStorageSchemaConverter class.
SqlContentEntityStorageSchemaConverterTest.php file core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php
SqlContentEntityStorageSchemaConverterTest::testConvertToRevisionable function core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php @covers ::convertToRevisionable[[api-linebreak]]
SqlContentEntityStorageSchemaConverterTestBase class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Defines a class for testing the conversion of entity types to revisionable.
SqlContentEntityStorageSchemaConverterTestBase.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php
SqlContentEntityStorageSchemaConverterTestBase::$entityDefinitionUpdateManager property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The entity definition update manager.
SqlContentEntityStorageSchemaConverterTestBase::$installedStorageSchema property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The key-value collection for tracking installed storage schema.
SqlContentEntityStorageSchemaConverterTestBase::$lastInstalledSchemaRepository property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The last installed schema repository service.
SqlContentEntityStorageSchemaConverterTestBase::$state property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The state service.
SqlContentEntityStorageSchemaConverterTestBase::setUp function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Overrides WebTestBase::setUp() for update testing.
SqlContentEntityStorageSchemaConverterTestBase::testMakeRevisionable function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Tests the conversion of an entity type to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Tests converting a translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php
SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexFilledTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content.
SqlContentEntityStorageSchemaIndexFilledTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php Tests that a newly-added index is properly created during database updates.
SqlContentEntityStorageSchemaIndexTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php
SqlContentEntityStorageSchemaIndexTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexTest::testIndex function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php Tests entity and field schema database updates and execution order.
SqlContentEntityStorageSchemaTest class core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php @group Entity
SqlContentEntityStorageSchemaTest class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php @coversDefaultClass \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema[[api-linebreak]]
@group Entity
SqlContentEntityStorageSchemaTest.php file core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
SqlContentEntityStorageSchemaTest.php file core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php
SqlContentEntityStorageSchemaTest::$dbSchemaHandler property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked DB schema handler.
SqlContentEntityStorageSchemaTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The entity definition update manager.
SqlContentEntityStorageSchemaTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked entity field manager used in this test.
SqlContentEntityStorageSchemaTest::$entityLastInstalledSchemaRepository property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked entity last installed schema repository used in this test.
SqlContentEntityStorageSchemaTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The mocked entity type used in this test.

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