Issue #1446932 by timmillwood, mallezie, RobLoach, hussainweb, Wim Leers, rpayanm, kostyashupenko, mparker17, dawehner, Berdir, Crell: Improve statistics performance by adding a swappable backend
2016-08-03 11:04:48 +00:00
|
|
|
services:
|
|
|
|
statistics.storage.node:
|
|
|
|
class: Drupal\statistics\NodeStatisticsDatabaseStorage
|
|
|
|
arguments: ['@database', '@state', '@request_stack']
|
|
|
|
tags:
|
|
|
|
- { name: backend_overridable }
|
2023-06-14 12:59:48 +00:00
|
|
|
Drupal\statistics\StatisticsStorageInterface: '@statistics.storage.node'
|