You are here

public function FlagViewsLinkField::query in Flag 8.4

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/FlagViewsLinkField.php, line 111

Class

FlagViewsLinkField
Provides a views field to flag or unflag the selected content.

Namespace

Drupal\flag\Plugin\views\field

Code

public function query() {

  // Intentionally do nothing here since we're only providing a link and not
  // querying against a real table column.
}