function BookOutline::__construct
Constructs a new BookOutline.
Parameters
\Drupal\book\BookManagerInterface $book_manager: The book manager.
File
-
core/
modules/ book/ src/ BookOutline.php, line 23
Class
- BookOutline
- Provides handling to render the book outline.
Namespace
Drupal\bookCode
public function __construct(BookManagerInterface $book_manager) {
$this->bookManager = $book_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.