Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity_reference.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2015 at 11:31 UTC
Updated:
2 Apr 2015 at 10:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vasikeComment #2
amateescu commentedLooks great! I just found two small problems:
The trait is added here but its "add field" method is not used in the test :)
This use statement is not needed.
Comment #3
vasikeindeed. there is a new one.
thank you
Comment #4
amateescu commentedAwesome! I grepped the codebase and
entity_reference_create_field()is not used anywhere else, so we should be good to go here. Let's hope the testbot agrees.Also updated the issue summary and added a beta evaluation.
Comment #8
amateescu commentedTestbot was acting up, back to rtbc.
Comment #9
joshtaylor commentedStraight reroll due to latest core breakage.
Comment #10
amateescu commentedThe reroll looks good.
Comment #11
tim.plunkettDoesn't actually matter, but why is this public? Seems to be always called on $this->
Comment #12
amateescu commentedFor no good reason :P
Comment #13
alexpottSince
entity_reference_create_fieldwas only introduced in Drupal 8 I think it is okay to remove it. Also if contrib is using it already it really should not be - since fields should be created using CMI or using the Field and FieldStorage config entities directly.Committed 60531a7 and pushed to 8.0.x. Thanks!