Gets the current query plugin.
\Drupal\views\Plugin\views\query\QueryPluginBase The current query plugin.
public function getQuery() { if (!isset($this->query)) { $this->initQuery(); } return $this->query; }