Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
StatisticsAdminTest::$testNode property core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php A page node for which to check content statistics.
StatisticsAdminTest::setUp function core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
StatisticsAdminTest::testDeleteNode function core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php Tests that when a node is deleted, the node counter is deleted too.
StatisticsAdminTest::testExpiredLogs function core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php Tests that cron clears day counts and expired access logs.
StatisticsAdminTest::testStatisticsSettings function core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php Verifies that the statistics settings page works.
StatisticsAttachedTest class core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php Tests if statistics.js is loaded when content is not printed.
StatisticsAttachedTest.php file core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php
StatisticsAttachedTest::$defaultTheme property core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php The theme to install as the default for testing.
StatisticsAttachedTest::$modules property core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php Modules to enable.
StatisticsAttachedTest::setUp function core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php
StatisticsAttachedTest::testAttached function core/modules/statistics/tests/src/Functional/StatisticsAttachedTest.php Tests if statistics.js is loaded when content is not printed.
StatisticsLastCommentName class core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php Sort handler, sorts by last comment name which can be in 2 different fields.
StatisticsLastCommentName class core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php Field handler to present the name of the last comment poster.
StatisticsLastCommentName.php file core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php
StatisticsLastCommentName.php file core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php
StatisticsLastCommentName::$user_field property core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php The user name field.
StatisticsLastCommentName::$user_field property core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php The user name field.
StatisticsLastCommentName::$user_table property core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php The users table.
StatisticsLastCommentName::$user_table property core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php The users table.
StatisticsLastCommentName::defineOptions function core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php Information about options for all kinds of purposes will be held here.
StatisticsLastCommentName::query function core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php Called to add the sort to a query.
StatisticsLastCommentName::query function core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php Called to add the field to a query.
StatisticsLastCommentName::render function core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php Renders the field.
StatisticsLastUpdated class core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php Sort handler for the newer of last comment / entity updated.
StatisticsLastUpdated class core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php Field handler to display the newer of last comment / node updated.
StatisticsLastUpdated class core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php Filter handler for the newer of last comment / node updated.
StatisticsLastUpdated.php file core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php
StatisticsLastUpdated.php file core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php
StatisticsLastUpdated.php file core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php
StatisticsLastUpdated::$field_alias property core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php The field alias.
StatisticsLastUpdated::$node_table property core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php The node table.
StatisticsLastUpdated::$node_table property core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php The node table.
StatisticsLastUpdated::$node_table property core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php The node table.
StatisticsLastUpdated::query function core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php Called to add the sort to a query.
StatisticsLastUpdated::query function core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php Called to add the field to a query.
StatisticsLastUpdated::query function core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php Add this filter to the query.
StatisticsLoggingTest class core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php Tests that statistics works.
StatisticsLoggingTest class core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php Tests request logging for cached and uncached pages.
StatisticsLoggingTest.php file core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
StatisticsLoggingTest.php file core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php
StatisticsLoggingTest::$authUser property core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php User with permissions to create and edit pages.
StatisticsLoggingTest::$client property core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php The Guzzle HTTP client.
StatisticsLoggingTest::$defaultTheme property core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php The theme to install as the default for testing.
StatisticsLoggingTest::$defaultTheme property core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php The theme to install as the default for testing.
StatisticsLoggingTest::$language property core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php Associative array representing a hypothetical Drupal language.
StatisticsLoggingTest::$modules property core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php Modules to enable.
StatisticsLoggingTest::$modules property core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php Modules to enable.
StatisticsLoggingTest::$node property core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php Node for tests.
StatisticsLoggingTest::$node property core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php A test node.
StatisticsLoggingTest::getStatisticsCounter function core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php Gets counter of views by path.

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