function BookOutlineStorageInterface::getBooks
Same name in other branches
- 9 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getBooks()
- 8.9.x core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::getBooks()
- 10 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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.