function SelectQueryExtender::countQuery

Overrides SelectQueryInterface::countQuery

1 method overrides SelectQueryExtender::countQuery()
SearchQuery::countQuery in modules/search/search.extender.inc
Builds the default count query for SearchQuery.

File

includes/database/select.inc, line 795

Class

SelectQueryExtender
The base extender class for Select queries.

Code

public function countQuery() {
    return $this->query
        ->countQuery();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.