You are here

protected property DatabaseStorage::$table in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Core/KeyValueStore/DatabaseStorage.php \Drupal\Core\KeyValueStore\DatabaseStorage::table

The name of the SQL table to use.

Type: string

File

lib/Drupal/Core/KeyValueStore/DatabaseStorage.php, line 41
Contains \Drupal\Core\KeyValueStore\DatabaseStorage.

Class

DatabaseStorage
Defines a default key/value store implementation.

Namespace

Drupal\Core\KeyValueStore

Code

protected $table;