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 database table name.

Type: string

File

drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php, line 31
Definition of Drupal\Core\Config\DatabaseStorage.

Class

DatabaseStorage
Defines the Database storage controller.

Namespace

Drupal\Core\Config

Code

protected $table;