Problem/Motivation
RelationLinkManager::getRelationInternalIds references RelationLinkManagerInterface::getRelationInternalIds but there is no such method
Proposed resolution
Add it
Remaining tasks
Review
User interface changes
None
API changes
Interface method that should have been there, is there.
Patch coming
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | rest-link-mgrs-2355977.10.patch | 3.44 KB | larowlan |
| #9 | rest-link-mgrs-2355977.9.patch | 1.95 MB | larowlan |
| #9 | interdiff.txt | 3.28 KB | larowlan |
| #6 | est-relation-link-manager-interface-2355977.6.patch | 3.89 KB | dashaforbes |
| #6 | interdiff.txt | 652 bytes | dashaforbes |
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!