You are here

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

Same name in this branch
  1. 8.3 lib/Views/locale/Plugin/views/field/LinkEdit.php \Views\locale\Plugin\views\field\LinkEdit::query()
  2. 8.3 lib/Views/taxonomy/Plugin/views/field/LinkEdit.php \Views\taxonomy\Plugin\views\field\LinkEdit::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

lib/Views/locale/Plugin/views/field/LinkEdit.php, line 52
Definition of Views\locale\Plugin\views\field\LinkEdit.

Class

LinkEdit
Field handler to present a link to edit a translation.

Namespace

Views\locale\Plugin\views\field

Code

public function query() {
  $this
    ->ensureMyTable();
  $this
    ->add_additional_fields();
}