Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for count

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
ConnectionUnitTest::$originalCount property core/modules/simpletest/tests/database_test.test
DatabaseStatementPrefetch::rowCount function core/includes/database/prefetch.inc Returns the number of rows affected by the last SQL statement.
UserAccountLinksUnitTests::$profile property core/modules/user/tests/user.test
UserViewsArgumentValidate::$account property core/modules/user/tests/user_views_argument_validate.test
views_plugin_pager::use_count_query function core/modules/views/plugins/views_plugin_pager.inc Determine if a pager needs a count query.
views_handler_field_counter::render function core/modules/views/handlers/views_handler_field_counter.inc Render the field.
ViewsHandlerManyToOneTest::$accounts property core/modules/views/tests/handlers/views_handler_manytoone.test Accounts used by this test.
DatabaseStatementInterface::rowCount function core/includes/database/database.inc Returns the number of rows affected by the last SQL statement.
BackdropWebTestCase::$redirect_count property core/modules/simpletest/backdrop_web_test_case.php The number of redirects followed during the handling of a request.
DatabaseStatementPrefetch::$rowCount property core/includes/database/prefetch.inc The number of rows affected by the last query.
UserEntityCallbacksTestCase::$account property core/modules/user/tests/user.test
UserEditedOwnAccountTestCase::$profile property core/modules/user/tests/user.test
UserLoginTestCase::testAccountNotFound function core/modules/user/tests/user.test Attempt to login with an unregistered username.
ImageAdminStylesUnitTest::getImageCount function core/modules/image/tests/image.test Count the number of images currently create for a style.
SearchCommentCountToggleTestCase::setUp function core/modules/search/tests/search.test Sets up a Backdrop site for running functional and integration tests.
views_plugin_pager::execute_count_query function core/modules/views/plugins/views_plugin_pager.inc Execute the count query, which will be done just prior to the query itself being executed.
ViewsQueryGroupByTest::testGroupByCount function core/modules/views/tests/views_groupby.test
date_views_plugin_pager::use_count_query function core/modules/date/views/date_views_plugin_pager.inc This kind of pager does not need to count the number of records.
views_plugin_pager_none::use_count_query function core/modules/views/plugins/views_plugin_pager_none.inc Determine if a pager needs a count query.
views_plugin_pager_some::use_count_query function core/modules/views/plugins/views_plugin_pager_some.inc Determine if a pager needs a count query.
ViewsHandlerFilterCounterTest::testPager function core/modules/views/tests/handlers/views_handler_field_counter.test
views_handler_field_counter::options_form function core/modules/views/handlers/views_handler_field_counter.inc Default options form that provides the label widget that all fields should have.
ViewsHandlerFilterCounterTest::testSimple function core/modules/views/tests/handlers/views_handler_field_counter.test
ViewsQueryGroupByTest::testAggregateCount function core/modules/views/tests/views_groupby.test Tests aggregate count feature.
NodeRevisionPermissionsTestCase::$accounts property core/modules/node/tests/node.test Users with different revision permission used by the test.
UserAccountLinksUnitTests::testAccountMenu function core/modules/user/tests/user.test Test the user login block.
layout_flexible_template_region_count_load function core/modules/layout/layout.flexible.inc Submit handler on the hidden button to change region widths on layout_flexible_template_edit_row_form() if AJAX is disabled.
DatabaseStatementPrefetch::$resultRowCount property core/includes/database/prefetch.inc The number of rows in this result set.
views_plugin_query_default::set_count_field function core/modules/views/plugins/views_plugin_query_default.inc Set what field the query will count() on for paging.
UserBlocksUnitTests::testDisabledAccountLink function core/modules/user/tests/user.test Tests disabling the 'My account' link.
views_plugin_pager_none::execute_count_query function core/modules/views/plugins/views_plugin_pager_none.inc Execute the count query, which will be done just prior to the query itself being executed.
DatabaseSelectComplexTestCase::testCountQuery function core/modules/simpletest/tests/database_test.test Test that we can generate a count query from a built query.
views_handler_field_counter::option_definition function core/modules/views/handlers/views_handler_field_counter.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
DatabaseTemporaryQueryTestCase::countTableRows function core/modules/simpletest/tests/database_test.test Return the number of rows of a table.
ViewsQueryGroupByTest::viewsAggregateCountView function core/modules/views/tests/views_groupby.test
CommentViewsHandlerArgumentUserUidTest::$account property core/modules/comment/tests/comment_views_handler_argument_user_uid.test
SearchCommentCountToggleTestCase::$searching_user property core/modules/search/tests/search.test
ViewsQueryGroupByTest::testGroupByCountOnlyFilters function core/modules/views/tests/views_groupby.test
SearchCommentCountToggleTestCase::$searchable_nodes property core/modules/search/tests/search.test
DatabaseSelectComplexTestCase::testHavingCountQuery function core/modules/simpletest/tests/database_test.test
DatabaseSelectComplexTestCase::testCountQueryGroupBy function core/modules/simpletest/tests/database_test.test Test that we can generate a count query from a query with GROUP BY.
DatabaseSelectComplexTestCase::testCountQueryRemovals function core/modules/simpletest/tests/database_test.test Test that countQuery properly removes 'all_fields' statements and ordering clauses.
DatabaseSelectComplexTestCase::testCountQueryDistinct function core/modules/simpletest/tests/database_test.test Test that we can generate a count query from a query with distinct.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount function core/modules/user/tests/user.test Tests a user editing their own account.
ViewsQueryGroupByTest::viewsGroupByCountViewOnlyFilters function core/modules/views/tests/views_groupby.test
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals function core/modules/simpletest/tests/database_test.test Test that countQuery properly removes fields and expressions.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle function core/modules/search/tests/search.test Verify that comment count displays correctly based on comment status of node.
EntityReferenceSelectionHandlerViews::countReferencableEntities function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::countReferencableEntities().
EntityReferenceSelectionHandlerBroken::countReferencableEntities function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc
EntityReferenceSelectionHandlerGeneric::countReferencableEntities function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Implements EntityReferenceHandler::countReferencableEntities().

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org