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
MigrateSourceTest::testCountCacheKey function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests 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().
MigrateSqlSourceCountCacheTest class core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php Tests SqlBase source count caching.
MigrateSqlSourceCountCacheTest.php file core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php
MigrateSqlSourceCountCacheTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php Modules to install.
MigrateSqlSourceCountCacheTest::providerSource function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSqlSourceCountCacheTest.php
MigrateStubTest::testInvalidSourceIdCount function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests invalid source id count.
MigrateUpgradeExecuteTestBase::assertEntityRevisionsCount function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Checks the number of the specified entity's revisions.
MigrateUpgradeTestBase::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets the expected number of entities per entity type after migration.
MigrateUpgradeTestBase::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Gets expected number of entities per entity after incremental migration.
migrate_cache_counts_test.info.yml file core/modules/migrate/tests/modules/migrate_cache_counts_test/migrate_cache_counts_test.info.yml core/modules/migrate/tests/modules/migrate_cache_counts_test/migrate_cache_counts_test.info.yml
migrate_sql_count_cache_test.info.yml file core/modules/migrate/tests/modules/migrate_sql_count_cache_test/migrate_sql_count_cache_test.info.yml core/modules/migrate/tests/modules/migrate_sql_count_cache_test/migrate_sql_count_cache_test.info.yml
MigrationSourceCacheTest::testCacheCountsNotContaminated function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Tests that counts for the same plugin_id are not crossed.
MigrationSourceCacheTest::testCacheCountsUsed function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Test that values are pulled from the cache when appropriate.
Mini::useCountQuery function core/modules/views/src/Plugin/views/pager/Mini.php Determine if a pager needs a count query.
MultilingualReviewPageTestBase::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Gets the expected number of entities per entity type after migration.
MultilingualReviewPageTestBase::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Gets expected number of entities per entity after incremental migration.
MultipleStaticContext::$account property core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php The current user.
NodeAccessControlHandler::countGrants function core/modules/node/src/NodeAccessControlHandler.php Counts available node grants.
NodeAccessControlHandlerInterface::countGrants function core/modules/node/src/NodeAccessControlHandlerInterface.php Counts available node grants.
NodeClassicTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the expected number of entities per entity type after migration.
NodeClassicTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets expected number of entities per entity after incremental migration.
NodeCommentsTest::testCommentCount function core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php Test the comment count field.
NodeCounter class core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Destination for node counter.
NodeCounter class core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php Drupal 6/7 node counter source from database.
NodeCounter.php file core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php
NodeCounter.php file core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php
NodeCounter::$connection property core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php The database connection.
NodeCounter::create function core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Creates an instance of the plugin.
NodeCounter::fields function core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Returns an array of destination fields.
NodeCounter::fields function core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php Returns available fields on the source.
NodeCounter::getIds function core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Gets the destination IDs.
NodeCounter::getIds function core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php Defines the source fields uniquely identifying a source row.
NodeCounter::import function core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Import the row.
NodeCounter::query function core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php
NodeCounter::__construct function core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php Constructs a node counter plugin.
NodeCounterTest class core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php Tests the node_counter source plugin.
NodeCounterTest.php file core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php
NodeCounterTest::$modules property core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php Modules to enable.
NodeCounterTest::providerSource function core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php The data provider.
NodeCounterTimestamp class core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php Field handler to display the most recent time the node has been viewed.
NodeCounterTimestamp.php file core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php
NodeCounterTimestamp::access function core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php Check whether given user has access to this handler.
NodeFieldFilterTest::assertPageCounts function core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php Asserts that the given node translation counts are correct.

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