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

7 lines
201 B
YAML

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