File
- drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php, line 137
- Definition of Drupal\Core\Database\Query\SelectExtender
Class
- SelectExtender
- The base extender class for Select queries.
Namespace
Drupal\Core\Database\Query
Code
public function havingCompile(Connection $connection) {
return $this->query
->havingCompile($connection);
}