You are here

public function Date::query in Views XML Backend 8

Same name in this branch
  1. 8 src/Plugin/views/filter/Date.php \Drupal\views_xml_backend\Plugin\views\filter\Date::query()
  2. 8 src/Plugin/views/sort/Date.php \Drupal\views_xml_backend\Plugin\views\sort\Date::query()
  3. 8 src/Plugin/views/argument/Date.php \Drupal\views_xml_backend\Plugin\views\argument\Date::query()

Build the query based upon the formula

Overrides Formula::query

File

src/Plugin/views/argument/Date.php, line 63
Contains \Drupal\views_xml_backend\Plugin\views\argument\Date.

Class

Date
Date XML argument handler.

Namespace

Drupal\views_xml_backend\Plugin\views\argument

Code

public function query($group_by = FALSE) {
  $this->query
    ->addArgument($this);
}