Search for count
- Search 7.x for count
- Search 8.9.x for count
- Search 10.3.x for count
- Search 11.x for count
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SearchPage::doCount | function | core/ |
Gets the source count using countQuery(). |
SearchQuery::$relevance_count | property | core/ |
The number of 'i.relevance' occurrences in score expressions. |
SearchQuery::countQuery | function | core/ |
Builds the default count query for SearchQuery. |
SectionListTrait::count | function | core/ |
|
SectionRenderTest::$account | property | core/ |
The current user. |
SectionStorageBase::count | function | core/ |
|
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. |
SelectComplexTest::testSelectWithRowCount | function | core/ |
Tests that rowCount() throws exception on SELECT query. |
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. |
SelectionInterface::countReferenceableEntities | function | core/ |
Counts entities that are referenceable. |
SelectTest::testInvalidSelectCount | function | core/ |
Tests that an invalid count query throws an exception. |
SelectTest::testUnionCount | function | core/ |
Tests that we can get a count query for a UNION Select query. |
ShortcutSetStorage::countAssignedUsers | function | core/ |
Get the number of users who have this set assigned to them. |
ShortcutSetStorageInterface::countAssignedUsers | function | core/ |
Get the number of users who have this set assigned to them. |
SiteConfigureForm::$countryManager | property | core/ |
The country manager. |
Some::useCountQuery | function | core/ |
Determine if a pager needs a count query. |
SourcePluginBase::$cacheCounts | property | core/ |
Whether this instance should cache the source count. |
SourcePluginBase::$skipCount | property | core/ |
Whether this instance should not attempt to count the source. |
SourcePluginBase::count | function | core/ |
Gets the source count. |
SourcePluginBase::doCount | function | core/ |
Gets the source count. |
SourceProviderTest::getEntityCounts | function | core/ |
Gets the expected number of entities per entity type after migration. |
SourceProviderTest::getEntityCountsIncremental | function | core/ |
Gets expected number of entities per entity after incremental migration. |
Sql::$getCountOptimized | property | core/ |
Should this query be optimized for counts, for example no sorts. |
Sql::countHelper | function | core/ |
Counts records in a table. |
Sql::errorCount | function | core/ |
Returns the number of items that failed to import. |
Sql::importedCount | function | core/ |
Returns the number of imported items in the map. |
Sql::messageCount | function | core/ |
Returns the number of messages saved. |
Sql::processedCount | function | core/ |
Returns the number of processed items in the map. |
Sql::setCountField | function | core/ |
Set what field the query will count() on for paging. |
Sql::updateCount | function | core/ |
Returns a count of items which are marked as needing update. |
SqlBase::doCount | function | core/ |
Gets the source count using countQuery(). |
SqlContentEntityStorage::countFieldData | function | core/ |
|
SqlCountCache | class | core/ |
Source plugin for Sql count cache test. |
SqlCountCache.php | file | core/ |
|
SqlCountCache::fields | function | core/ |
Returns available fields on the source. |
SqlCountCache::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
SqlCountCache::query | function | core/ |
|
StandardJavascriptTest::assertBigPipePlaceholderReplacementCount | function | core/ |
Asserts the number of BigPipe placeholders that are replaced on the page. |
Statement::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
Statement::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
StatementEmpty::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
StatementEmpty::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.