Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Sep 2013 at 20:51 UTC
Updated:
29 Jul 2014 at 22:51 UTC
Jump to comment: Most recent file
Follow-up from #1497374: Switch from Field-based storage to Entity-based storage.
There's some code left that is no longer used, let's remove it.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | field_storage_cleanup-2079025-4.patch | 26.76 KB | yched |
| #2 | field_test_storage-2079025-1.patch | 14.49 KB | yched |
Comments
Comment #1
yched commentedDamn, I forgot about those, we could have reached 700k in the storage patch :)
Comment #2
yched commentedThis was a test implementation for the "field storage backend API", which has been removed.
#1497374: Switch from Field-based storage to Entity-based storage already removed the line that loaded that include file.
Comment #3
berdirThat wouldn't have been enough for 700kb ;)
But there's some more, so we still have a chance.
Search for "field_storage", for example:
- Some mentions and hook documentations in field.api.inc
- @defgroup field in field.module (I guess that will need more work to update to 8.x, can't imagine that still being up to date, but separate issue and easier when everything complete I guess)
- field_help() has a link related to it, might need a new documentation page?
- @defgroup field_purge in field.purge.inc
- docblock of FieldAttachStorageTest
Comment #4
yched commentedGee, there's some seriously outdated doc here...
Not exactly sure what should happen with FieldAttachStorageTest, actually. This is at least mostly testing behavior of the the storage controllers now, but sorting this out exactly is not fully trivial :-/. Opened #2079543: Figure out the fate of FieldAttachStorageTest.
Comment #5
berdirLooks good to me.
Comment #6
webchickNice.
Committed and pushed to 8.x. Thanks!