You are here

public function RegistrationDateStringField::query in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/RegistrationDateStringField.php \Drupal\rng\Plugin\views\field\RegistrationDateStringField::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/RegistrationDateStringField.php, line 29

Class

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

Namespace

Drupal\rng\Plugin\views\field

Code

public function query() {

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