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

8 lines
276 B
YAML
Raw Normal View History

services:
statistics.storage.node:
class: Drupal\statistics\NodeStatisticsDatabaseStorage
arguments: ['@database', '@state', '@request_stack']
tags:
- { name: backend_overridable }
Drupal\statistics\StatisticsStorageInterface: '@statistics.storage.node'