You are here

public function BlazyViewsFieldPluginBase::query in Blazy 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/BlazyViewsFieldPluginBase.php \Drupal\blazy\Plugin\views\field\BlazyViewsFieldPluginBase::query()
  2. 7 src/Plugin/views/field/BlazyViewsFieldPluginBase.php \Drupal\blazy\Plugin\views\field\BlazyViewsFieldPluginBase::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/BlazyViewsFieldPluginBase.php, line 104

Class

BlazyViewsFieldPluginBase
Defines a base views field plugin to render a preview of supported fields.

Namespace

Drupal\blazy\Plugin\views\field

Code

public function query() {

  // Do nothing -- to override the parent query.
}