You are here

protected property ShortcutSetStorage::$connection in Drupal 8

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

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/shortcut/src/ShortcutSetStorage.php, line 34

Class

ShortcutSetStorage
Defines a storage for shortcut_set entities.

Namespace

Drupal\shortcut

Code

protected $connection;