Search for count

  1. Search 7.x for count
  2. Search 9.5.x for count
  3. Search 8.9.x for count
  4. Search 10.3.x for count
  5. Other projects
Title Object type File name Summary
PerformanceData::$stylesheetCount property core/tests/Drupal/Tests/PerformanceData.php The number of stylesheets requested.
PerformanceData::getCacheDeleteCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache delete count.
PerformanceData::getCacheDeleteCountByBin function core/tests/Drupal/Tests/PerformanceData.php Returns the cache delete operation count grouped by bin.
PerformanceData::getCacheGetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache get count.
PerformanceData::getCacheGetCountByBin function core/tests/Drupal/Tests/PerformanceData.php Returns the cache get operation count grouped by bin.
PerformanceData::getCacheSetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache set count.
PerformanceData::getCacheSetCountByBin function core/tests/Drupal/Tests/PerformanceData.php Returns the cache set operation count grouped by bin.
PerformanceData::getCacheTagChecksumCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag checksum count.
PerformanceData::getCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag invalidation count.
PerformanceData::getCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag isValid count.
PerformanceData::getCacheTagLookupQueryCount function core/tests/Drupal/Tests/PerformanceData.php Gets the cache tag lookup query count.
PerformanceData::getQueryCount function core/tests/Drupal/Tests/PerformanceData.php Gets the query count.
PerformanceData::getScriptCount function core/tests/Drupal/Tests/PerformanceData.php Gets the script request count.
PerformanceData::getStylesheetCount function core/tests/Drupal/Tests/PerformanceData.php Gets the stylesheet request count.
PerformanceData::setCacheDeleteCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache delete count.
PerformanceData::setCacheGetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache get count.
PerformanceData::setCacheSetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache set count.
PerformanceData::setCacheTagChecksumCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag checksum count.
PerformanceData::setCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag invalidation count.
PerformanceData::setCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag isValid count.
PerformanceData::setScriptCount function core/tests/Drupal/Tests/PerformanceData.php Sets the script request count.
PerformanceData::setStylesheetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the stylesheet request count.
PerformanceTestRecorder::getCount function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestTrait::assertCountBetween function core/tests/Drupal/Tests/PerformanceTestTrait.php Asserts that a count is between a min and max inclusively.
PermissionCheckerTest::$account property core/tests/Drupal/Tests/Core/Session/PermissionCheckerTest.php The mocked account to use for testing.
PermissionsHashGeneratorTest::$account1 property core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php The mocked user 1 account.
PermissionsHashGeneratorTest::$account2 property core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php The mocked user 2 account.
PhpassHashedPasswordBase::getCountLog2 function core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php Parses the log2 iteration count from a stored hash or setting string.
PhpassHashedPasswordBase::MAX_HASH_COUNT constant core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php The maximum allowed log2 number of iterations for password stretching.
PhpassHashedPasswordBase::MIN_HASH_COUNT constant core/lib/Drupal/Core/Password/PhpassHashedPasswordBase.php The minimum allowed log2 number of iterations for password stretching.
PhpSelection::countReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php
PluralTranslatableMarkup::$count property core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php The item count to display.
PrefetchedResult::rowCount function core/lib/Drupal/Core/Database/Statement/PrefetchedResult.php
QueryBase::$count property core/lib/Drupal/Core/Entity/Query/QueryBase.php TRUE if this is a count query, FALSE if it isn't.
QueryBase::count function core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryGroupByTest::testAggregateCount function core/modules/views/tests/src/Kernel/QueryGroupByTest.php Tests aggregate count feature.
QueryGroupByTest::testAggregateCountFunction function core/modules/views/tests/src/Kernel/QueryGroupByTest.php Tests aggregate count feature with no group by.
QueryGroupByTest::testGroupByCount function core/modules/views/tests/src/Kernel/QueryGroupByTest.php Tests the count aggregation function.
QueryGroupByTest::testGroupByCountOnlyFilters function core/modules/views/tests/src/Kernel/QueryGroupByTest.php Tests group by with filters.
QueryInterface::count function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Makes this a count query.
RegionalForm::$countryManager property core/modules/system/src/Form/RegionalForm.php The country manager.
RegionalSettingsFormTest::$adminAccount property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php A user with permission to administer site configuration.
ReservedWordTest::testSelectReservedWordAliasCount function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT count query from a table with a reserved alias.
ReservedWordTest::testSelectReservedWordTableCount function core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php Tests SELECT count query from a table with a reserved name.
ResourceTestBase::$account property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The account to use for authentication.
ResourceTestBase::$account property core/modules/rest/tests/src/Functional/ResourceTestBase.php The account to use for authentication, if any.
ResourceType::includeCount function core/modules/jsonapi/src/ResourceType/ResourceType.php Determine whether to include a collection count.
ResultBase::rowCount function core/lib/Drupal/Core/Database/Statement/ResultBase.php Returns the number of rows matched by the last SQL statement.
RevisionableContentEntityBaseTest::assertItemsTableCount function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Asserts the amount of items on entity related tables.
RevisionRevertFormTest::countRevisions function core/tests/Drupal/FunctionalTests/Entity/RevisionRevertFormTest.php Count number of revisions for an entity type.

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