public function PluginBase::query in Views (for Drupal 7) 8.3
Add anything to the query that we might need to.
1 call to PluginBase::query()
- StylePluginBase::query in lib/
Drupal/ views/ Plugin/ views/ style/ StylePluginBase.php - Add anything to the query that we might need to.
13 methods override PluginBase::query()
- AreaPluginBase::query in lib/
Drupal/ views/ Plugin/ views/ area/ AreaPluginBase.php - Don't run a query
- ArgumentPluginBase::query in lib/
Drupal/ views/ Plugin/ views/ argument/ ArgumentPluginBase.php - Set up the query for this argument.
- DisplayExtenderPluginBase::query in lib/
Drupal/ views/ Plugin/ views/ display_extender/ DisplayExtenderPluginBase.php - Inject anything into the query that the display_extender handler needs.
- DisplayPluginBase::query in lib/
Drupal/ views/ Plugin/ views/ display/ DisplayPluginBase.php - Inject anything into the query that the display handler needs.
- ExposedFormPluginBase::query in lib/
Drupal/ views/ Plugin/ views/ exposed_form/ ExposedFormPluginBase.php - Add anything to the query that we might need to.
File
- lib/
Drupal/ views/ Plugin/ views/ PluginBase.php, line 173 - Definition of Drupal\views\Plugin\views\PluginBase.
Class
Namespace
Drupal\views\Plugin\viewsCode
public function query() {
}