You are here

service book.manager in Drupal 10

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

Class

Drupal\book\BookManager
21 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.
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.
BookNavigationBlock::create in core/modules/book/src/Plugin/Block/BookNavigationBlock.php

... 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'