public function Link::query

Same name in this branch

Called to add the field to a query.

Overrides FieldPluginBase::query

File

drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Link.php, line 55
Definition of Drupal\user\Plugin\views\field\Link.

Class

Link
Field handler to present a link to the user.

Namespace

Drupal\user\Plugin\views\field

Code

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