Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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/FunctionalJavascript/StatisticsLoggingTest.php
StatisticsLoggingTest.php file core/modules/statistics/tests/src/Functional/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/FunctionalJavascript/StatisticsLoggingTest.php The theme to install as the default for testing.
StatisticsLoggingTest::$defaultTheme property core/modules/statistics/tests/src/Functional/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/FunctionalJavascript/StatisticsLoggingTest.php Modules to install.
StatisticsLoggingTest::$modules property core/modules/statistics/tests/src/Functional/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.
StatisticsLoggingTest::setUp function core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php
StatisticsLoggingTest::setUp function core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
StatisticsLoggingTest::testLogging function core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php Verifies node hit counter logging and script placement.
StatisticsLoggingTest::testLoggingPage function core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php Tests that statistics works with different addressing variants.
StatisticsNumeric class core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php Field handler to display numeric values from the statistics module.
StatisticsNumeric.php file core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php
StatisticsNumeric::access function core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php Check whether given user has access to this handler.
StatisticsPopularBlock class core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Provides a 'Popular content' block.
StatisticsPopularBlock.php file core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::$entityRepository property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php The entity repository service.
StatisticsPopularBlock::$entityTypeManager property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php The entity type manager.
StatisticsPopularBlock::$renderer property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::$statisticsStorage property core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php The storage for statistics.
StatisticsPopularBlock::blockAccess function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Indicates whether the block should be shown.
StatisticsPopularBlock::blockForm function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::blockSubmit function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::build function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Builds and returns the renderable array for this block plugin.
StatisticsPopularBlock::create function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Creates an instance of the plugin.
StatisticsPopularBlock::defaultConfiguration function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
StatisticsPopularBlock::nodeTitleList function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Generates the ordered array of node links for build().
StatisticsPopularBlock::__construct function core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php Constructs a StatisticsPopularBlock object.
StatisticsReportsTest class core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php Tests display of statistics report blocks.
StatisticsReportsTest.php file core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php
StatisticsReportsTest::$defaultTheme property core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php The theme to install as the default for testing.

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