Search for count

  1. Search 7.x for count
  2. Search 9.5.x for count
  3. Search 10.3.x for count
  4. Search 11.x for count
  5. Other projects
Title Object type File name Summary
MediaLibraryTestBase::waitForElementsCount function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Checks for a specified number of specific elements on page after wait.
MediaRevisionAccessCheck::countDefaultLanguageRevisions function core/modules/media/src/Access/MediaRevisionAccessCheck.php Counts the number of revisions in the default language.
MediaRevisionTest::assertRevisionCount function core/modules/media/tests/src/Functional/MediaRevisionTest.php Asserts that an entity has a certain number of revisions.
MemoryCounterBackend class core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Defines a memory cache implementation that counts set and get calls.
MemoryCounterBackend.php file core/lib/Drupal/Core/Cache/MemoryCounterBackend.php
MemoryCounterBackend::$counter property core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Stores a list of cache cid calls keyed by function name.
MemoryCounterBackend::delete function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Deletes an item from the cache.
MemoryCounterBackend::get function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns data from the persistent cache.
MemoryCounterBackend::getCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns the call counter for the get, set and delete methods.
MemoryCounterBackend::increaseCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Increase the counter for a function with a certain cid.
MemoryCounterBackend::resetCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Resets the call counter.
MemoryCounterBackend::set function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Stores data in the persistent cache.
menu-account.css file core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css This file is used to style the account menu.
MenuLinkManager::countMenuLinks function core/lib/Drupal/Core/Menu/MenuLinkManager.php Counts the total number of menu links.
MenuLinkManagerInterface::countMenuLinks function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Counts the total number of menu links.
MenuLinkTreeElement::count function core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php Counts all menu links in the current subtree.
MenuLinkTreeElementTest::testCount function core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php Tests count().
MenuTreeStorage::countMenuLinks function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Counts the total number of menu links in one menu or all menus.
MenuTreeStorageInterface::countMenuLinks function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Counts the total number of menu links in one menu or all menus.
MigrateExecutable::$counts property core/modules/migrate/src/MigrateExecutable.php An array of counts. Initially used for cache hit/miss tracking.
MigrateIdMapInterface::errorCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of items that failed to import.
MigrateIdMapInterface::importedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of imported items in the map.
MigrateIdMapInterface::messageCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of messages saved.
MigrateIdMapInterface::processedCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns the number of processed items in the map.
MigrateIdMapInterface::updateCount function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Returns a count of items which are marked as needing update.
MigrateNodeCounterTest class core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Tests the migration of node counter data to Drupal 8.
MigrateNodeCounterTest class core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Tests the migration of node counter data to Drupal 8.
MigrateNodeCounterTest.php file core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
MigrateNodeCounterTest.php file core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php
MigrateNodeCounterTest::$modules property core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Modules to enable.
MigrateNodeCounterTest::$modules property core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Modules to enable.
MigrateNodeCounterTest::assertNodeCounter function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Asserts various aspects of a node counter.
MigrateNodeCounterTest::assertNodeCounter function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Asserts various aspects of a node counter.
MigrateNodeCounterTest::setUp function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
MigrateNodeCounterTest::setUp function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php
MigrateNodeCounterTest::testStatisticsSettings function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Tests migration of node counter.
MigrateNodeCounterTest::testStatisticsSettings function core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php Tests migration of node counter.
MigrateSourceTest::testCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Test that the source count is correct.
MigrateSourceTest::testCountCacheKey function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Test that the key can be set for the count cache.
MigrateSqlIdMapTest::errorCountDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testErrorCount().
MigrateSqlIdMapTest::testErrorCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs error count test with a given number of error rows.
MigrateSqlIdMapTest::testImportedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the imported count method.
MigrateSqlIdMapTest::testMessageCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map message count method by counting and saving messages.
MigrateSqlIdMapTest::testProcessedCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the number of processed source rows.
MigrateSqlIdMapTest::testUpdateCount function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Performs the update count test with a given number of update rows.
MigrateSqlIdMapTest::updateCountDataProvider function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Data provider for testUpdateCount().
MigrateSqlSourceTestCase::$expectedCount property core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php Expected count of source rows.
MigrateSqlSourceTestCase::testSourceCount function core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php Tests that the source returns the row count expected.
MigrateStubTest::testInvalidSourceIdCount function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Test invalid source id count.
MigrateUpgradeTestBase::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets the expected number of entities per entity type after migration.

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