X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test%2Fsrc%2FEntity%2FEntityTestNoBundle.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fentity_test%2Fsrc%2FEntity%2FEntityTestNoBundle.php;h=0369a64abca4fbf2d58a596461c63f26310f98f3;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=5907021ecb00c91a16791833ab99b9cc2c79cda8;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php index 5907021ec..0369a64ab 100644 --- a/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php +++ b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoBundle.php @@ -9,6 +9,9 @@ namespace Drupal\entity_test\Entity; * id = "entity_test_no_bundle", * label = @Translation("Entity Test without bundle"), * base_table = "entity_test_no_bundle", + * handlers = { + * "views_data" = "Drupal\views\EntityViewsData" + * }, * entity_keys = { * "id" = "id", * "revision" = "revision_id",