You are here

protected property WebformEntityStorage::$database in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformEntityStorage.php \Drupal\webform\WebformEntityStorage::database

Active database connection.

Type: \Drupal\Core\Database\Connection

File

src/WebformEntityStorage.php, line 22

Class

WebformEntityStorage
Storage controller class for "webform" configuration entities.

Namespace

Drupal\webform

Code

protected $database;