public function Passthrough::query in Views XML Backend 8
Set up the query for this argument.
The argument sent may be found at $this->argument.
Overrides ArgumentPluginBase::query
File
- src/
Plugin/ views/ argument/ Passthrough.php, line 24 - Contains \Drupal\views_xml_backend\Plugin\views\argument\Passthrough.
Class
- Passthrough
- Passthrough XML argument handler.
Namespace
Drupal\views_xml_backend\Plugin\views\argumentCode
public function query($group_by = FALSE) {
// Prevent this query from being added.
}