public function BlazyViewsFieldPluginBase::query in Blazy 7
Same name and namespace in other branches
- 8.2 src/Plugin/views/field/BlazyViewsFieldPluginBase.php \Drupal\blazy\Plugin\views\field\BlazyViewsFieldPluginBase::query()
- 8 src/Plugin/views/field/BlazyViewsFieldPluginBase.php \Drupal\blazy\Plugin\views\field\BlazyViewsFieldPluginBase::query()
Called to add the field to a query.
Overrides views_handler_field::query
File
- src/
Plugin/ views/ field/ BlazyViewsFieldPluginBase.php, line 88
Class
- BlazyViewsFieldPluginBase
- Defines a base views field plugin to render a preview of supported fields.
Namespace
Drupal\blazy\Plugin\views\fieldCode
public function query() {
// Do nothing -- to override the parent query.
}