You are here

public function ForwardLink::query in Forward 8.3

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

inheritdoc}

Overrides FieldPluginBase::query

File

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

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.
}