public function NodeTranslationLink::query in Views (for Drupal 7) 8.3
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- lib/
Views/ translation/ Plugin/ views/ field/ NodeTranslationLink.php, line 38 - Definition of Views\translation\Plugin\views\field\NodeTranslationLink.
Class
- NodeTranslationLink
- Field handler to present a link to the node.
Namespace
Views\translation\Plugin\views\fieldCode
public function query() {
$this
->ensureMyTable();
$this
->add_additional_fields();
}