Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2013 at 15:11 UTC
Updated:
29 Jul 2014 at 23:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
derhasi commentedAnd there is the small patch.
Comment #2
longwaveComment #3
webchickNice find!
Committed and pushed to 8.x. Thanks!
Comment #4
jhodgdonIs this actually right? We normally want to have @var reference an interface if possible, not a base class?
Comment #5
longwave\Drupal\views\Plugin\query\QueryInterface was removed in #1941672: Remove Drupal\views\Plugin\query\QueryInterface. In that issue it is pointed out that Views generally does not provide interfaces, and in practice you will always extend the base class, so I think it is safe to reference that base class here.
Comment #6
jhodgdonOK. Thanks.