You are here

public function BookOutlineStorage::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/book/src/BookOutlineStorage.php \Drupal\book\BookOutlineStorage::__construct()

Constructs a BookOutlineStorage object.

File

core/modules/book/src/BookOutlineStorage.php, line 22

Class

BookOutlineStorage
Defines a storage class for books outline.

Namespace

Drupal\book

Code

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