Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Oct 2012 at 21:02 UTC
Updated:
29 Jul 2014 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettThis just moves the current code out of the middle of save() and into it's own method.
Comment #2
dawehnerCouldn't we use ConfigEntityInterface here, as the config storage controller will also just care about that.
Comment #3
tim.plunkettWe use EntityInterface for everything else, and it would just mean another class to
usewhen overriding it.Comment #4
dawehnerSo we could do that globally later as a follow up.
The rest is just pure c&p and used by all tests already.
Comment #5
damiankloip commentedYep, agreed.
Comment #6
tim.plunkettThis isn't really a "feature request", but an necessary API improvement. We just discussed at the sprint and this is definitely a task.
Comment #7
webchickCommitted and pushed to 8.x. Thanks!