public function Custom::query

Called to add the field to a query.

Overrides FieldPluginBase::query

File

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

Class

Custom
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\views\Plugin\views\field

Code

public function query() {

  // do nothing -- to override the parent query.
}