public function LinkEdit::query

Called to add the field to a query.

Overrides FieldPluginBase::query

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/LinkEdit.php, line 51
Definition of Drupal\taxonomy\Plugin\views\field\LinkEdit.

Class

LinkEdit
Field handler to present a term edit link.

Namespace

Drupal\taxonomy\Plugin\views\field

Code

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