You are here

protected property BookOutline::$bookManager in Drupal 9

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

The book manager.

Type: \Drupal\book\BookManagerInterface

File

core/modules/book/src/BookOutline.php, line 15

Class

BookOutline
Provides handling to render the book outline.

Namespace

Drupal\book

Code

protected $bookManager;