| AggregatorTestCase::getDefaultFeedItemCount | modules/aggregator/aggregator.test | Return the count of the randomly created feed array. |
| comment_count_unpublished | modules/comment/comment.module | Returns a menu title which includes the number of unapproved comments. |
| comment_new_page_count | modules/comment/comment.module | Calculate page number for first new comment. |
| country_get_list | includes/locale.inc | Get list of all predefined and custom countries. |
| DatabaseCondition::count | includes/database/query.inc | Implements Countable::count(). |
| DatabaseSelectComplexTestCase::testCountQuery | modules/simpletest/tests/database_test.test | Test that we can generate a count query from a built query. |
| DatabaseSelectComplexTestCase::testCountQueryDistinct | modules/simpletest/tests/database_test.test | Test that we can generate a count query from a query with distinct. |
| DatabaseSelectComplexTestCase::testCountQueryFieldRemovals | modules/simpletest/tests/database_test.test | Test that countQuery properly removes fields and expressions. |
| DatabaseSelectComplexTestCase::testCountQueryGroupBy | modules/simpletest/tests/database_test.test | Test that we can generate a count query from a query with GROUP BY. |
| DatabaseSelectComplexTestCase::testCountQueryRemovals | modules/simpletest/tests/database_test.test | Test that countQuery properly removes 'all_fields' statements and
ordering clauses. |
| DatabaseSelectComplexTestCase::testHavingCountQuery | modules/simpletest/tests/database_test.test | |
| DatabaseStatementEmpty::rowCount | includes/database/database.inc | Returns the number of rows affected by the last SQL statement. |
| DatabaseStatementInterface::rowCount | includes/database/database.inc | Returns the number of rows affected by the last SQL statement. |
| DatabaseStatementPrefetch::rowCount | includes/database/prefetch.inc | Returns the number of rows affected by the last SQL statement. |
| DatabaseTemporaryQueryTestCase::countTableRows | modules/simpletest/tests/database_test.test | Return the number of rows of a table. |
| DBLogTestCase::getTypeCount | modules/dblog/dblog.test | Get the count of entries per type. |
| EntityFieldQuery::count | includes/entity.inc | Sets the query to be a count query only. |
| hook_countries_alter | modules/system/system.api.php | Alter the default country list. |
| ImageAdminStylesUnitTest::getImageCount | modules/image/image.test | Count the number of images currently create for a style. |
| ModuleTestCase::assertTableCount | modules/system/system.test | Assert there are tables that begin with the specified base table name. |
| OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg | modules/openid/openid.test | Test OpenID auto transition with e-mail. |
| OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch | modules/openid/openid.test | Test OpenID transition with e-mail mismatch. |
| PagerDefault::getCountQuery | includes/pager.inc | Retrieve the count query for this pager. |
| PagerDefault::setCountQuery | includes/pager.inc | Specify the count query object to use for this pager. |
| SearchCommentCountToggleTestCase::getInfo | modules/search/search.test | |
| SearchCommentCountToggleTestCase::setUp | modules/search/search.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| SearchCommentCountToggleTestCase::testSearchCommentCountToggle | modules/search/search.test | Verify that comment count display toggles properly on comment status of node |
| SearchQuery::countQuery | modules/search/search.extender.inc | Builds the default count query for SearchQuery. |
| SelectQuery::countQuery | includes/database/select.inc | Get the equivalent COUNT query of this query as a new query object. |
| SelectQueryExtender::countQuery | includes/database/select.inc | Get the equivalent COUNT query of this query as a new query object. |
| SelectQueryInterface::countQuery | includes/database/select.inc | Get the equivalent COUNT query of this query as a new query object. |
| UserAccountLinksUnitTests::getInfo | modules/user/user.test | |
| UserAccountLinksUnitTests::testSecondaryMenu | modules/user/user.test | Tests the secondary menu. |
| UserEditedOwnAccountTestCase::getInfo | modules/user/user.test | |
| UserEditedOwnAccountTestCase::testUserEditedOwnAccount | modules/user/user.test | |
| user_account_form | modules/user/user.module | Helper function to add default user account fields to user registration and edit form. |
| user_account_form_validate | modules/user/user.module | Form validation handler for user_account_form(). |
| user_admin_account | modules/user/user.admin.inc | Form builder; User administration page. |
| user_admin_account_submit | modules/user/user.admin.inc | Submit the user administration update form. |
| user_admin_account_validate | modules/user/user.admin.inc | |