BookAdminEditForm::__construct

public BookAdminEditForm::__construct(EntityStorageInterface $node_storage, BookManagerInterface $book_manager)

Constructs a new BookAdminEditForm.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $node_storage: The custom block storage.

\Drupal\book\BookManagerInterface $book_manager: The book manager.

File

core/modules/book/src/Form/BookAdminEditForm.php, line 43

Class

BookAdminEditForm
Provides a form for administering a single book's hierarchy.

Namespace

Drupal\book\Form

Code

public function __construct(EntityStorageInterface $node_storage, BookManagerInterface $book_manager) {
  $this->nodeStorage = $node_storage;
  $this->bookManager = $book_manager;
}
doc_Drupal
2016-10-29 08:48:00
Comments
Leave a Comment

Please login to continue.