TemporaryQueryTest::countTableRows |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php |
Returns the number of rows of a table. |
PagerSelectExtender::setCountQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Specify the count query object to use for this pager. |
PagerSelectExtender::getCountQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Retrieve the count query for this pager. |
StatementPrefetch::$resultRowCount |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The number of rows in this result set. |
ConnectionUnitTest::$originalCount |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
|
views.view.test_group_by_count.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_group_by_count.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_group_by_count.yml |
PhpassHashedPassword::getCountLog2 |
function |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Parse the log2 iteration count from a stored hash or setting string. |
QueryGroupByTest::testGroupByCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
SearchEmbedFormTest::$submit_count |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php |
Count of how many times the form has been submitted. |
SearchCommentCountToggleTest::setUp |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Sets up a Drupal site for running functional and integration tests. |
ImageAdminStylesTest::getImageCount |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Count the number of images currently create for a style. |
FilterCollectionTest::testCountable |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/FilterCollectionTest.php |
|
BlockUserAccountSettingsTest::setUp |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php |
Sets up a Drupal site for running functional and integration tests. |
views.view.test_aggregate_count.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_aggregate_count.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_aggregate_count.yml |
StringDatabaseStorage::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::countStrings(). |
PagerPluginBase::execute_count_query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Execute the count query, which will be done just prior to the query
itself being executed. |
PhpassHashedPassword::MIN_HASH_COUNT |
constant |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
The minimum allowed log2 number of iterations for password stretching. |
HandlerFilterUserNameTest::$accounts |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/User/HandlerFilterUserNameTest.php |
Accounts used by this test. |
PhpassHashedPassword::MAX_HASH_COUNT |
constant |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
The maximum allowed log2 number of iterations for password stretching. |
QueryGroupByTest::testAggregateCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Tests aggregate count feature. |
StringStorageInterface::countStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Counts source strings. |
SearchCommentCountToggleTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
|
BlockUserAccountSettingsTest::getInfo |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php |
|
EntityQueryRelationshipTest::$accounts |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
User entities. |
SearchCommentCountToggleTest::$modules |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Modules to enable. |
SearchCommentCountToggleTest::$profile |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
The profile to install as a basis for testing. |
PagerSelectExtender::$customCountQuery |
property |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
The count query that will be used for this pager. |
NodeRevisionPermissionsTest::$accounts |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionPermissionsTest.php |
|
BlockUserAccountSettingsTest::$modules |
property |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php |
Modules to enable. |
SelectComplexTest::testHavingCountQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests having queries. |
SelectComplexTest::testCountQueryGroupBy |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with GROUP BY. |
StringDatabaseStorage::countTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::countTranslations(). |
UserAccountLinksTests::testSecondaryMenu |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests the secondary menu. |
PhpMatcherDumper::countDirectChildRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Counts the number of routes as direct child of the RouteCollection. |
SelectComplexTest::testCountQueryDistinct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with distinct. |
StringStorageInterface::countTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Counts translations. |
SelectComplexTest::testCountQueryRemovals |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that countQuery removes 'all_fields' statements and ordering clauses. |
AggregatorTestBase::getDefaultFeedItemCount |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php |
Return the count of the randomly created feed array. |
UserAccountLinksTests::testAccountPageTitles |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests page title is set correctly on user account tabs. |
SearchCommentCountToggleTest::$searching_user |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
|
QueryGroupByTest::testGroupByCountOnlyFilters |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
UserAccountLinksTests::testDisabledAccountLink |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php |
Tests disabling the 'My account' link. |
SelectComplexTest::testCountQueryFieldRemovals |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that countQuery properly removes fields and expressions. |
SearchCommentCountToggleTest::$searchable_nodes |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
|
UserEditedOwnAccountTest::testUserEditedOwnAccount |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEditedOwnAccountTest.php |
|
BlockUserAccountSettingsTest::testAccountSettingsPage |
function |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockUserAccountSettingsTest.php |
Tests that the personalized block is shown. |
SearchCommentCountToggleTest::testSearchCommentCountToggle |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php |
Verify that comment count display toggles properly on comment status of node |