You are here

public function NodeLink::query in Views (for Drupal 7) 8.3

Called to add the field to a query.

Overrides FieldPluginBase::query

File

lib/Views/comment/Plugin/views/field/NodeLink.php, line 42
Definition of Views\comment\Plugin\views\field\NodeLink.

Class

NodeLink
Handler for showing comment module's node link.

Namespace

Views\comment\Plugin\views\field

Code

public function query() {
}