Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity_reference.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jun 2013 at 02:09 UTC
Updated:
29 Jul 2014 at 22:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettOkay, here's the technical parts.
None of the keys were documented, so this just adds @todo.
Comment #2
amateescu commentedCompleted the @todos and also fixed some doxygen while I was there. I hope I explained the grouping stuff well enough..
Comment #3
jibran#2: entity-reference-selection-2016589-2.patch queued for re-testing.
Comment #5
dawehnerWell, it is your decision whether you want to port all the docs in this issue.
Just wondering whether the DefaultPluginManagerBase could be used here as well.
Comment #6
amateescu commentedHuh? There was nothing to port, that documentation didn't exist..
Comment #7
dawehnerI was talking about all the @inheritdoc instances.
Comment #8
amateescu commentedWell, it has to happen at some point, so I think a small patch like this is the perfect opportunity.
Comment #9
tim.plunkettWe should definitely use DefaultPluginManager here.
Comment #10
amateescu commentedUpdated the patch to use DefaultPluginManager :)
Comment #12
amateescu commentedSo it seems that DefaultPluginManager's constructor doesn't really work for us, this should be better.
Comment #13
dawehnerWe don't want to have a derivative discovery here, as according to amateescu this caused issues here.
Comment #14
alexpottWe need to document why we are doing this.
Comment #15
amateescu commentedSure thing ;)
Comment #16
amateescu commentedRerolled after #2020405: Correct misspelling of 'referenceable'.
Comment #17
yesct commentedThis issue was RTBC and passing tests on July 1, the beginning of API freeze.
Comment #18
alexpottCommitted 1b0d6ac and pushed to 8.x. Thanks!