You are here

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

lib/Views/filter/Plugin/views/field/FormatName.php, line 36
Definition of Views\filter\Plugin\views\field\FormatName.

Class

FormatName
Field handler to output the name of an input format.

Namespace

Views\filter\Plugin\views\field

Code

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