You are here

public function EntityLink::query in Drupal 9

Same name and namespace in other branches
  1. 8 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 51

Class

EntityLink
Handler for showing comment module's entity links.

Namespace

Drupal\comment\Plugin\views\field

Code

public function query() {
}