public BookManager::__construct(EntityManagerInterface $entity_manager, TranslationInterface $translation, ConfigFactoryInterface $config_factory, BookOutlineStorageInterface $book_outline_storage, RendererInterface $renderer)
Constructs a BookManager object.
File
core/modules/book/src/BookManager.php, line 73
Class
BookManager Defines a book manager.
Namespace
Drupal\book
Code
public function __construct(EntityManagerInterface $entity_manager, TranslationInterface $translation, Config