You are here

public function BookOutlineStorageInterface::getBooks in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getBooks()
  2. 9 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getBooks()

Gets books (the highest positioned book links).

Return value

array An array of book IDs.

File

core/modules/book/src/BookOutlineStorageInterface.php, line 16

Class

BookOutlineStorageInterface
Defines a common interface for book outline storage classes.

Namespace

Drupal\book

Code

public function getBooks();