protected property DatabaseStorage::$table

Same name in this branch
  1. 9.x drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php \Drupal\Core\Config\DatabaseStorage::table
  2. 9.x drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php \Drupal\Core\KeyValueStore\DatabaseStorage::table

The name of the SQL table to use.

Type: string

File

drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php, line 33
Contains Drupal\Core\KeyValueStore\DatabaseStorage.

Class

DatabaseStorage
Defines a default key/value store implementation.

Namespace

Drupal\Core\KeyValueStore

Code

protected $table;