You are here

public function FilebrowserStorage::__construct in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Services/FilebrowserStorage.php \Drupal\filebrowser\Services\FilebrowserStorage::__construct()

Constructs a BookOutlineStorage object.

Parameters

\Drupal\Core\Database\Connection $connection:

File

src/Services/FilebrowserStorage.php, line 21

Class

FilebrowserStorage

Namespace

Drupal\filebrowser\Services

Code

public function __construct(Connection $connection) {
  $this->connection = $connection;
}