13 methods override PluginBase::query()

AreaPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php
Don't run a query
ArgumentPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
Set up the query for this argument.
DisplayExtenderPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php
Inject anything into the query that the display_extender handler needs.
DisplayPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Inject anything into the query that the display handler needs.
ExposedFormPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php
Add anything to the query that we might need to.
FieldPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
Called to add the field to a query.
FilterPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Add this filter to the query.
PagerPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php
Modify the query for paging
QueryPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php
Generate a query and a countquery from all of the information supplied to the object.
RelationshipPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php
Called to implement a relationship in a query.
RowPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php
Add anything to the query that we might need to.
SortPluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php
Called to add the sort to a query.
StylePluginBase::query in drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php
Add anything to the query that we might need to.