Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Aug 2013 at 21:34 UTC
Updated:
29 Jul 2014 at 22:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mtiftPatch is attached.
Comment #2
mtiftFixed formatting
Comment #3
xjmLooks good to me. Thanks @mtift!
Comment #4
alexpottActually this one is interesting because the would delete the entire config object (ie. file). I think I more comparable function is Config::clear()
Comment #5
mtiftRevised patch attached
Comment #6
xjmYeah. I think we should at a minimum rename those methods. As @alexpott pointed out it's also questionable for the current
delete()to be on the object at all, but that's another can of worms. And all of that is out of scope here, so tagging for a followup.Comment #7
xjmComment #8
catchCommitted/pushed this, but we should probably have included the state/settings systems in the comments as well, not all variable_* calls should be converted to config. We're removing this as soon as we've converted core anyway though, so doesn't matter too much.