function BookRemoveForm::__construct
Constructs a BookRemoveForm object.
Parameters
\Drupal\book\BookManagerInterface $book_manager: The book manager.
File
- 
              core/
modules/ book/ src/ Form/ BookRemoveForm.php, line 38  
Class
- BookRemoveForm
 - Remove form for book module.
 
Namespace
Drupal\book\FormCode
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.