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

Class

Drupal\book\BookExport
2 string references to book.export
BookMultilingualTest::testMultilingualBookExport in core/modules/book/tests/src/Kernel/BookMultilingualTest.php
Tests the book export returns correct translations.
book_node_links_alter in core/modules/book/book.module
Implements hook_node_links_alter().

File

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

View source
  1. class: Drupal\book\BookExport
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@book.manager'
  5. - '@entity.repository'