You are here

protected property NodeStatisticsDatabaseStorage::$connection in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/statistics/src/NodeStatisticsDatabaseStorage.php \Drupal\statistics\NodeStatisticsDatabaseStorage::connection

The database connection used.

Type: \Drupal\Core\Database\Connection

File

core/modules/statistics/src/NodeStatisticsDatabaseStorage.php, line 19

Class

NodeStatisticsDatabaseStorage
Provides the default database storage backend for statistics.

Namespace

Drupal\statistics

Code

protected $connection;