public function StorageHelper::__construct in Menus attribute 8
Constructor of storage helper class.
File
- src/
StorageHelper.php, line 28
Class
- StorageHelper
- Helper Class for database interaction.
Namespace
Drupal\menus_attributeCode
public function __construct() {
$this->db = Database::getConnection();
}