Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 Apr 2013 at 13:10 UTC
Updated:
29 Jul 2014 at 22:14 UTC
Jump to comment: Most recent file
This is a follow-up to #1807042: Reorganizie entity storage/list/form/render controller annotation keys.
The exceptions that are thrown by the entity manager can now be quite confusion to people who've never seen them before, as a missing storage controller exception reads "The entity (...) did not specify a storage" (the word "controller" is no longer there).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | drupal_1980464_4.patch | 1.88 KB | xano |
| #3 | drupal_1980464_3.patch | 1.65 KB | xano |
| drupal_1807042_60.patch | 1.67 KB | xano |
Comments
Comment #2
tstoecklerRTBC if it applies.
Comment #3
xanoComment #4
xanoI made the messages more consistent, and added a 'top-level' exception that is thrown if the entire entity type is unknown to prevent WTFs.
Comment #5
amateescu commentedLooks good to me.
Comment #6
alexpottCommitted 12eba56 and pushed to 8.x. Thanks!