Provides handling to render the book outline.
Hierarchy
- class \Drupal\book\BookOutline
File
- core/modules/book/src/BookOutline.php, line 8
Namespace
Drupal\book
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| BookOutline::$bookManager | protected | property | The book manager. |
| BookOutline::childrenLinks | public | function | Formats the book links for the child pages of the current page. |
| BookOutline::nextLink | public | function | Fetches the book link for the next page of the book. |
| BookOutline::prevLink | public | function | Fetches the book link for the previous page of the book. |
| BookOutline::__construct | public | function | Constructs a new BookOutline. |
Please login to continue.