Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Nov 2012 at 09:38 UTC
Updated:
29 Jul 2014 at 21:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damiankloip commentedHere is a new patch, I have added the start of some unit tests (only tests the getConfigPrefix() method currently). I also added getConfigPrefix usage in the save() method.
Unfortunately we can't use this when getting the manifest file (yet?) as we don't want a '.' appended to the prefix.
Comment #2
dawehnerThe actual code is looking fine, just found some small nitpicks.
Contains :)
Sshould be probably be public.
Comment #3
damiankloip commentedYeah, both good points :)
Comment #4
xjmSee also:
#1760358: Provide a way to extract the ID from a config object name
#1831774: Config import assumes that 'config_prefix' contains one dot only
Comment #5
tim.plunkettThis looks great.
Comment #6
catchMakes sense. Committed/pushed to 8.x.