| ShortcutTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutTest.php |
The tested entity type. |
| Sql::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/query/Sql.php |
The entity type manager. |
| SqlContentEntityStorage::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
The entity type manager. |
| SqlContentEntityStorage::onEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the creation of the entity type. |
| SqlContentEntityStorage::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the deletion of the entity type. |
| SqlContentEntityStorage::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of the entity type. |
| SqlContentEntityStorage::onFieldableEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the creation of the fieldable entity type. |
| SqlContentEntityStorage::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Reacts to the update of a fieldable entity type. |
| SqlContentEntityStorage::setEntityType |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Updates the wrapped entity type definition. |
| SqlContentEntityStorageSchema::$entityType |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The entity type this schema builder is responsible for. |
| SqlContentEntityStorageSchema::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The entity type manager. |
| SqlContentEntityStorageSchema::checkEntityType |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Checks that we are dealing with the correct entity type. |
| SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Handles the case when an error occurs during the data copying step. |
| SqlContentEntityStorageSchema::onEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the creation of the entity type. |
| SqlContentEntityStorageSchema::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the deletion of the entity type. |
| SqlContentEntityStorageSchema::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the update of the entity type. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the creation of the fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Reacts to the update of a fieldable entity type. |
| SqlContentEntityStorageSchema::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlContentEntityStorageSchema::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Allows subscribers to prepare their schema before data copying. |
| SqlContentEntityStorageSchemaTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked entity type used in this test. |
| SqlContentEntityStorageSchemaTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The mocked entity type manager used in this test. |
| SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests on entity type update with new index. |
| SqlContentEntityStorageTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The mocked entity type used in this test. |
| SqlContentEntityStorageTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The mocked entity type bundle info used in this test. |
| SqlContentEntityStorageTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The entity type ID. |
| SqlContentEntityStorageTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
The mocked entity type manager used in this test. |
| SqlContentEntityStorageTest::testOnEntityTypeCreate |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests ContentEntityDatabaseStorage::onEntityTypeCreate(). |
| SqlFieldableEntityTypeListenerTrait |
trait |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Helper methods for EntityTypeListenerInterface. |
| SqlFieldableEntityTypeListenerTrait.php |
file |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
|
| SqlFieldableEntityTypeListenerTrait::copyData |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Copies entity data from the original storage to the temporary one. |
| SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Handles the case when an error occurs during the data copying step. |
| SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
|
| SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to prepare their schema before data copying. |
| SqlTest::setupEntityTypeManager |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Sets up the entity type manager in the container. |
| SqlTest::setupEntityTypes |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Sets up some test entity types and corresponding views data. |
| SqlTest::testLoadEntitiesWithRevisionOfSameEntityType |
function |
core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php |
Tests load entities with revision of same entity type. |
| StringFormatter::$entityTypeManager |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
The entity type manager. |
| StringFormatterTest::$entityType |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
|
| StringFormatterTest::$entityTypeManager |
property |
core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php |
The entity type manager. |
| SystemHooks::entityTypeBuild |
function |
core/modules/system/src/Hook/SystemHooks.php |
Implements hook_entity_type_build(). |
| SystemMenuOffCanvasForm::$entityTypeManager |
property |
core/modules/system/src/Form/SystemMenuOffCanvasForm.php |
|
| Tables::$baseTablesEntityType |
property |
core/modules/workspaces/src/EntityQuery/Tables.php |
Keeps track of the entity type IDs for each base table of the query. |
| Tables::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php |
The entity type manager. |
| TaxonomyOverviewOverrideHooks::entityTypeAlter |
function |
core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/src/Hook/TaxonomyOverviewOverrideHooks.php |
Implements hook_entity_type_alter(). |
| TaxonomyPermissions::$entityTypeManager |
property |
core/modules/taxonomy/src/TaxonomyPermissions.php |
The entity type manager. |
| TaxonomyTermDisplayConfigurableTestHooks::entityTypeBuild |
function |
core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php |
Implements hook_entity_type_build(). |
| TaxonomyTermHierarchyConstraintValidator::$entityTypeManager |
property |
core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php |
The entity type manager. |
| TermBreadcrumbBuilder::$entityTypeManager |
property |
core/modules/taxonomy/src/TermBreadcrumbBuilder.php |
The entity type manager. |