Search for count
- Search 7.x for count
- Search 9.5.x for count
- Search 8.9.x for count
- Search 10.3.x for count
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::$count_field | property | core/ |
|
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/ |
Prepares query object to retrieve data from the source database. |
StandardJavascriptTest::assertBigPipePlaceholderReplacementCount | function | core/ |
Asserts the number of BigPipe placeholders that are replaced on the page. |
StatementBase::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
StatementInterface::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
StatementPrefetchIterator::$rowCount | property | core/ |
The number of rows matched by the last query. |
StatementTest::testEmptyStatementCountTwice | function | core/ |
Tests statement with no results counting twice. |
StatementTest::testStatementCountTwice | function | core/ |
Tests counting a statement twice. |
StatisticsLoggingTest::getStatisticsCounter | function | core/ |
Gets counter of views by path. |
StatisticsStorageInterface::maxTotalCount | function | core/ |
Returns the highest 'totalcount' value. |
StatisticsStorageInterface::resetDayCount | function | core/ |
Reset the day counter for all entities once every day. |
StatisticsViewsResult::$dayCount | property | core/ |
|
StatisticsViewsResult::$totalCount | property | core/ |
|
StatisticsViewsResult::getDayCount | function | core/ |
Total number of times the entity has been viewed "today". |
StatisticsViewsResult::getTotalCount | function | core/ |
Total number of times the entity has been viewed. |
StatisticsViewsResultTest::providerTestStatisticsCount | function | core/ |
|
StatisticsViewsResultTest::testStatisticsCount | function | core/ |
Tests migration of node counter. |
statistics_node_counter.yml | file | core/ |
core/modules/statistics/migrations/statistics_node_counter.yml |
statistics_node_translation_counter.yml | file | core/ |
core/modules/statistics/migrations/statistics_node_translation_counter.yml |
status-report-counter.html.twig | file | core/ |
Theme override for the status report counter. |
status-report-counter.html.twig | file | core/ |
Theme override for status report counter. |
status-report-counter.html.twig | file | core/ |
Default theme implementation for the status report counter. |
StatusReportPage::preRenderCounters | function | core/ |
The #pre_render callback to create counter elements. |
StatusReportPageTest::testPeRenderCounters | function | core/ |
Tests the status report page element. |
StatusTest::testErrorElementCount | function | core/ |
Tests that the Error counter matches the displayed number of errors. |
StatusTest::testWarningElementCount | function | core/ |
Tests that the Warning counter matches the displayed number of warnings. |
StringDatabaseStorage::countStrings | function | core/ |
Counts source strings. |
StringDatabaseStorage::countTranslations | function | core/ |
Counts translations. |
StringStorageInterface::countStrings | function | core/ |
Counts source strings. |
StringStorageInterface::countTranslations | function | core/ |
Counts translations. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.