You are here

service book.export in Drupal 8

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

Class

Drupal\book\BookExport
2 string references to book.export
BookController::create in core/modules/book/src/Controller/BookController.php
Instantiates a new instance of this class.
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'