book.manager

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

Class

Drupal\book\BookManager
17 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.
BookNavigationBlock::create in core/modules/book/src/Plugin/Block/BookNavigationBlock.php
Creates an instance of the plugin.
BookNavigationCacheContext::__construct in core/modules/book/src/Cache/BookNavigationCacheContext.php
Constructs a new BookNavigationCacheContext service.

... See full list

File

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.