public function PluginBase::query in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::query()
- 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::query()
4 methods override PluginBase::query()
- DisplayExtenderPluginBase::query in core/
modules/ views/ src/ Plugin/ views/ display_extender/ DisplayExtenderPluginBase.php - Inject anything into the query that the display_extender handler needs.
- ExposedFormPluginBase::query in core/
modules/ views/ src/ Plugin/ views/ exposed_form/ ExposedFormPluginBase.php - Add anything to the query that we might need to.
- PagerPluginBase::query in core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php - Modify the query for paging.
- StylePluginBase::query in core/
modules/ views/ src/ Plugin/ views/ style/ StylePluginBase.php - Add anything to the query that we might need to.
File
- core/
modules/ views/ src/ Plugin/ views/ PluginBase.php, line 293
Class
Namespace
Drupal\views\Plugin\viewsCode
public function query() {
}