Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2015 at 07:45 UTC
Updated:
21 Jul 2015 at 13:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
daffie commentedSetting the two class variables that are not protected to protected. The variable are $id and $label.
Comment #2
vijaycs85Looks good. As the id() and label() are already defined in parent class, we can still get the value of these properties.
Comment #3
daffie commentedTalked to catch on IRC and this issue can go in before 8.0. Only there is a change record necessary.
Comment #4
daffie commentedChange record added. Back to RTBC.
Comment #5
alexpottGiven that this is the last set of public properties on a config entity that really shouldn't be I think that this is okay to proceed with at this point in the beta.
Committed dfa5621 and pushed to 8.0.x. Thanks!