service statistics.storage.node in Drupal 9
Same name and namespace in other branches
- 8 core/modules/statistics/statistics.services.yml \statistics.storage.node
Class
Drupal\statistics\NodeStatisticsDatabaseStorageTags
- 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
- class: Drupal\statistics\NodeStatisticsDatabaseStorage
- arguments:
- - '@database'
- - '@state'
- - '@request_stack'
- tags:
- - { name: backend_overridable }