You are here

public function ForwardLink::query in Forward 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/views/field/ForwardLink.php \Drupal\forward\Plugin\views\field\ForwardLink::query()
  2. 8 src/Plugin/views/field/ForwardLink.php \Drupal\forward\Plugin\views\field\ForwardLink::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/ForwardLink.php, line 89

Class

ForwardLink
Field handler to flag the node type.

Namespace

Drupal\forward\Plugin\views\field

Code

public function query() {

  // Leave empty to avoid a query on this field.
}