You are here

protected property BookExport::$bookManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/book/src/BookExport.php \Drupal\book\BookExport::bookManager
  2. 10 core/modules/book/src/BookExport.php \Drupal\book\BookExport::bookManager

The book manager.

Type: \Drupal\book\BookManagerInterface

File

core/modules/book/src/BookExport.php, line 34

Class

BookExport
Provides methods for exporting book to different formats.

Namespace

Drupal\book

Code

protected $bookManager;