public function Broken::query

Same name in this branch

Called to add the field to a query.

Overrides FieldPluginBase::query

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Broken.php, line 27
Definition of Drupal\views\Plugin\views\field\Broken.

Class

Broken
A special handler to take the place of missing or broken handlers.

Namespace

Drupal\views\Plugin\views\field

Code

public function query($group_by = FALSE) {

  /* No query to run */
}