Select::countQuery |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Get the equivalent COUNT query of this query as a new query object. |
None::useCountQuery |
function |
core/modules/views/src/Plugin/views/pager/None.php |
Determine if a pager needs a count query. |
Some::useCountQuery |
function |
core/modules/views/src/Plugin/views/pager/Some.php |
Determine if a pager needs a count query. |
Mini::useCountQuery |
function |
core/modules/views/src/Plugin/views/pager/Mini.php |
Determine if a pager needs a count query. |
SearchQuery::countQuery |
function |
core/modules/search/src/SearchQuery.php |
Builds the default count query for SearchQuery. |
None::executeCountQuery |
function |
core/modules/views/src/Plugin/views/pager/None.php |
Execute the count query, which will be done just prior to the query
itself being executed. |
Select::prepareCountQuery |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Prepares a count query from the current query object. |
SelectExtender::countQuery |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Get the equivalent COUNT query of this query as a new query object. |
SelectInterface::countQuery |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Get the equivalent COUNT query of this query as a new query object. |
PagerPluginBase::useCountQuery |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Determine if a pager needs a count query. |
SelectComplexTest::testCountQuery |
function |
core/modules/system/src/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a built query. |
PagerSelectExtender::setCountQuery |
function |
core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Specify the count query object to use for this pager. |
PagerSelectExtender::getCountQuery |
function |
core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Retrieve the count query for this pager. |
PagerPluginBase::executeCountQuery |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Execute the count query, which will be done just prior to the query
itself being executed. |
PagerPluginBaseTest::testUseCountQuery |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the useCountQuery() method. |
PagerSelectExtender::$customCountQuery |
property |
core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
The count query that will be used for this pager. |
SelectComplexTest::testHavingCountQuery |
function |
core/modules/system/src/Tests/Database/SelectComplexTest.php |
Tests having queries. |
SelectComplexTest::testCountQueryGroupBy |
function |
core/modules/system/src/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with GROUP BY. |
SelectComplexTest::testCountQueryRemovals |
function |
core/modules/system/src/Tests/Database/SelectComplexTest.php |
Tests that countQuery removes 'all_fields' statements and ordering clauses. |
SelectComplexTest::testCountQueryDistinct |
function |
core/modules/system/src/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with distinct. |
SelectComplexTest::testCountQueryFieldRemovals |
function |
core/modules/system/src/Tests/Database/SelectComplexTest.php |
Tests that countQuery properly removes fields and expressions. |
PagerPluginBaseTest::testExecuteCountQueryWithOffset |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the executeCountQuery method with a set offset. |
PagerPluginBaseTest::testExecuteCountQueryWithoutOffset |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the executeCountQuery method without a set offset. |