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

Class

Drupal\book\BookManager
18 string references to book.manager
BookAdminEditForm::create in core/modules/book/src/Form/BookAdminEditForm.php
Instantiates a new instance of this class.
BookMultilingualTest::testMultilingualBookExport in core/modules/book/tests/src/Kernel/BookMultilingualTest.php
Tests the book export returns correct translations.
BookMultilingualTest::testMultilingualBookManager in core/modules/book/tests/src/Kernel/BookMultilingualTest.php
Tests various book manager methods return correct translations.
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'
  8. - '@language_manager'
  9. - '@entity.repository'
  10. - '@book.backend_chained_cache'
  11. - '@book.memory_cache'
  12. lazy: true