You are here

public function ContextualLinks::query in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/contextual/src/Plugin/views/field/ContextualLinks.php \Drupal\contextual\Plugin\views\field\ContextualLinks::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

core/modules/contextual/src/Plugin/views/field/ContextualLinks.php, line 156
Contains \Drupal\contextual\Plugin\views\field\ContextualLinks.

Class

ContextualLinks
Provides a handler that adds contextual links.

Namespace

Drupal\contextual\Plugin\views\field

Code

public function query() {
}