Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
rest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2014 at 21:52 UTC
Updated:
15 Nov 2014 at 14:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
larowlanwinner winner chicken dinner
Comment #3
larowlanComment #4
dawehnerShould we order the documentation in the way it makes sense? entity_type, bundle and then field_name.
Comment #5
larowlansure
Comment #6
dashaforbes commentedthis is my first drupal core patch.
Comment #7
dawehnerPerfect, thank you!
Comment #8
alexpottThis function must be untested and unused...
Comment #9
larowlanRelationLinkManager::getRelations and TypeLinkManager::getTypes are both public but the only uses in core are by themself - moved them to protected and removed the extra function/from the interface
Comment #10
larowlanwhoops, didn't merge 8.0.x
Comment #11
jhedstromI think the patch in #10 addresses the concerns raised above.
Comment #12
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per #2350615: [policy, no patch] What changes can be accepted during the Drupal 8 beta phase?. Committed 7c0295d and pushed to 8.0.x. Thanks!