You are here

public function Fieldset::query in Views fieldsets 8.3

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/Fieldset.php, line 218

Class

Fieldset
@ViewsField("fieldset").

Namespace

Drupal\views_fieldsets\Plugin\views\field

Code

public function query() {

  // Don't add this non-field to the query.
}