You are here

service book.manager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/book/book.services.yml \book.manager

Class

Drupal\book\BookManager
12 string references to book.manager
BookAdminEditForm::create in core/modules/book/src/Form/BookAdminEditForm.php
Instantiates a new instance of this class.
BookController::create in core/modules/book/src/Controller/BookController.php
Instantiates a new instance of this class.
BookNavigationBlock::create in core/modules/book/src/Plugin/Block/BookNavigationBlock.php
Creates an instance of the plugin.
BookOutlineForm::create in core/modules/book/src/Form/BookOutlineForm.php
Instantiates a new instance of this class.
BookRemoveForm::create in core/modules/book/src/Form/BookRemoveForm.php
Instantiates a new instance of this class.

... See full list

File

core/modules/book/book.services.yml
core/modules/book/book.services.yml

View source
  1. class: Drupal\book\BookManager
  2. arguments:
  3. - '@entity.manager'
  4. - '@string_translation'
  5. - '@config.factory'
  6. - '@book.outline_storage'
  7. - '@renderer'