Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / entity_test / src / Entity / EntityTestNoBundle.php
index 5907021ecb00c91a16791833ab99b9cc2c79cda8..0369a64abca4fbf2d58a596461c63f26310f98f3 100644 (file)
@@ -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",