You are here

public function GathercontentStatusColorField::query in GatherContent 8.3

Called to add the field to a query.

Overrides FieldPluginBase::query

File

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\Plugin\views\field

Code

public function query() {

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