Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Dec 2013 at 20:53 UTC
Updated:
29 Jul 2014 at 23:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim bozeman commented:D
Comment #2
tim bozeman commentedI looked at some other doc blocks for definedOptions() and most of them had
{@inheritdoc}so I added that and* Add this relationship to the query.for query().Comment #3
dawehnerThis comment seems to be c&p
Comment #4
tim bozeman commentedWe checked the pluginBase class and both defineOptions() and query() have the same params and returns so this patch sets the docblock to
@inheritdoc.Comment #6
tim bozeman commentedThe test failed on Drupal\user\Tests\UserCreateFailMailTest->testUserAdd() on line 35 of UserCreateFailMailTest.php. I suspect it's a random fail.
Comment #7
tim bozeman commented4: RowPluginBase_docblock-2160797-4.patch queued for re-testing.
Comment #8
dawehnerThank you.
Comment #9
jhodgdonThanks all! Committed to 8.x.