statistics.services.yml

Same filename and directory in other branches
  1. 9 core/modules/statistics/statistics.services.yml
  2. 8.9.x core/modules/statistics/statistics.services.yml
  3. 10 core/modules/statistics/statistics.services.yml
core/modules/statistics/statistics.services.yml

File

core/modules/statistics/statistics.services.yml

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

Services

Title Deprecated Summary
Drupal\statistics\StatisticsStorageInterface
statistics.storage.node Drupal\statistics\NodeStatisticsDatabaseStorage

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