X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test_update%2Fsrc%2FEntityTestUpdateStorageSchema.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test_update%2Fsrc%2FEntityTestUpdateStorageSchema.php;h=f04466fbc31be9bab8373722401a732030687a3e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=2b75e8309fc2e30a963e4a48ad7ea8aad2d03843;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php b/web/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php index 2b75e8309..f04466fbc 100644 --- a/web/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php +++ b/web/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php @@ -18,7 +18,7 @@ class EntityTestUpdateStorageSchema extends SqlContentEntityStorageSchema { $schema = parent::getEntitySchema($entity_type, $reset); if ($entity_type->id() == 'entity_test_update') { - $schema[$entity_type->getBaseTable()]['indexes'] += \Drupal::state()->get('entity_test_update.additional_entity_indexes', []); + $schema[$this->storage->getBaseTable()]['indexes'] += \Drupal::state()->get('entity_test_update.additional_entity_indexes', []); } return $schema; }