X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test%2Fsrc%2FEntity%2FEntityTestUpdate.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test%2Fsrc%2FEntity%2FEntityTestUpdate.php;h=0000000000000000000000000000000000000000;hp=6d72f7aeac985b1bb6ce5f12549ab977c0c592cb;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUpdate.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUpdate.php deleted file mode 100644 index 6d72f7aea..000000000 --- a/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUpdate.php +++ /dev/null @@ -1,51 +0,0 @@ -get('entity_test_update.additional_base_field_definitions', []); - return $fields; - } - - /** - * {@inheritdoc} - */ - public static function bundleFieldDefinitions(EntityTypeInterface $entity_type, $bundle, array $base_field_definitions) { - $fields = parent::bundleFieldDefinitions($entity_type, $bundle, $base_field_definitions); - $fields += \Drupal::state()->get('entity_test_update.additional_bundle_field_definitions.' . $bundle, []); - return $fields; - } - -}