public function BookOutlineStorage::__construct in Drupal 9
Same name and namespace in other branches
- 8 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\bookCode
public function __construct(Connection $connection) {
$this->connection = $connection;
}