You are here

service statistics.storage.node in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/statistics/statistics.services.yml \statistics.storage.node

Class

Drupal\statistics\NodeStatisticsDatabaseStorage

Tags

  • backend_overridable
3 string references to statistics.storage.node
StatisticsPopularBlock::create in core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
Creates an instance of the plugin.
statistics_cron in core/modules/statistics/statistics.module
Implements hook_cron().
statistics_tokens in core/modules/statistics/statistics.tokens.inc
Implements hook_tokens().

File

core/modules/statistics/statistics.services.yml
core/modules/statistics/statistics.services.yml

View source
  1. class: Drupal\statistics\NodeStatisticsDatabaseStorage
  2. arguments:
  3. - '@database'
  4. - '@state'
  5. - '@request_stack'
  6. tags:
  7. - { name: backend_overridable }