public function BookOutlineStorageInterface::getBooks in Drupal 10
Same name and namespace in other branches
- 8 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getBooks()
- 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\bookCode
public function getBooks();