You are here

public function ContextualLinks::query in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/contextual/src/Plugin/views/field/ContextualLinks.php \Drupal\contextual\Plugin\views\field\ContextualLinks::query()
  2. 10 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 151

Class

ContextualLinks
Provides a handler that adds contextual links.

Namespace

Drupal\contextual\Plugin\views\field

Code

public function query() {
}