You are here

public function GathercontentStatusColorField::query in GatherContent 8.4

Called to add the field to a query.

Overrides FieldPluginBase::query

File

gathercontent_ui/src/Plugin/views/field/GathercontentStatusColorField.php, line 37

Class

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

Namespace

Drupal\gathercontent_ui\Plugin\views\field

Code

public function query() {

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