You are here

service book.manager in Drupal 8

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

Class

Drupal\book\BookManager
15 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.
BookOutlineConstraintValidator::create in core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php
Instantiates a new instance of this class.
BookOutlineForm::create in core/modules/book/src/Form/BookOutlineForm.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_type.manager'
  4. - '@string_translation'
  5. - '@config.factory'
  6. - '@book.outline_storage'
  7. - '@renderer'