Search for countQuery
- Search 7.x for countQuery
 - Search 9.5.x for countQuery
 - Search 10.3.x for countQuery
 - Search 11.x for countQuery
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| EntityResource::getCollectionCountQuery | function | core/ | 
                                                                                        Gets a basic query for a collection count. | 
| Mini::useCountQuery | function | core/ | 
                                                                                        Determine if a pager needs a count query. | 
| None::executeCountQuery | function | core/ | 
                                                                                        Execute the count query, which will be done just prior to the query itself being executed.  | 
              
| None::useCountQuery | function | core/ | 
                                                                                        Determine if a pager needs a count query. | 
| PagerPluginBase::executeCountQuery | function | core/ | 
                                                                                        Execute the count query, which will be done just prior to the query itself being executed.  | 
              
| PagerPluginBase::useCountQuery | function | core/ | 
                                                                                        Determine if a pager needs a count query. | 
| PagerPluginBaseTest::testExecuteCountQueryWithOffset | function | core/ | 
                                                                                        Tests the executeCountQuery method with a set offset. | 
| PagerPluginBaseTest::testExecuteCountQueryWithOffsetLargerThanResult | function | core/ | 
                                                                                        Tests the executeCountQuery method with an offset larger than result count. | 
| PagerPluginBaseTest::testExecuteCountQueryWithoutOffset | function | core/ | 
                                                                                        Tests the executeCountQuery method without a set offset. | 
| PagerPluginBaseTest::testUseCountQuery | function | core/ | 
                                                                                        Tests the useCountQuery() method. | 
| PagerSelectExtender::$customCountQuery | property | core/ | 
                                                                                        The count query that will be used for this pager. | 
| PagerSelectExtender::getCountQuery | function | core/ | 
                                                                                        Retrieve the count query for this pager. | 
| PagerSelectExtender::setCountQuery | function | core/ | 
                                                                                        Specify the count query object to use for this pager. | 
| SearchQuery::countQuery | function | core/ | 
                                                                                        Builds the default count query for SearchQuery. | 
| Select::countQuery | function | core/ | 
                                                                                        Get the equivalent COUNT query of this query as a new query object. | 
| Select::prepareCountQuery | function | core/ | 
                                                                                        Prepares a count query from the current query object. | 
| SelectComplexTest::testCountQuery | function | core/ | 
                                                                                        Tests that we can generate a count query from a built query. | 
| SelectComplexTest::testCountQueryDistinct | function | core/ | 
                                                                                        Tests that we can generate a count query from a query with distinct. | 
| SelectComplexTest::testCountQueryFieldRemovals | function | core/ | 
                                                                                        Tests that countQuery properly removes fields and expressions. | 
| SelectComplexTest::testCountQueryGroupBy | function | core/ | 
                                                                                        Tests that we can generate a count query from a query with GROUP BY. | 
| SelectComplexTest::testCountQueryRemovals | function | core/ | 
                                                                                        Tests that countQuery removes 'all_fields' statements and ordering clauses. | 
| SelectComplexTest::testHavingCountQuery | function | core/ | 
                                                                                        Tests having queries. | 
| SelectExtender::countQuery | function | core/ | 
                                                                                        Get the equivalent COUNT query of this query as a new query object. | 
| SelectInterface::countQuery | function | core/ | 
                                                                                        Get the equivalent COUNT query of this query as a new query object. | 
| Some::useCountQuery | function | core/ | 
                                                                                        Determine if a pager needs a count query. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.