You are here

public function EntityLink::query in Zircon Profile 8

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

core/modules/comment/src/Plugin/views/field/EntityLink.php, line 56
Contains \Drupal\comment\Plugin\views\field\EntityLink.

Class

EntityLink
Handler for showing comment module's entity links.

Namespace

Drupal\comment\Plugin\views\field

Code

public function query() {
}