public function BookOutlineStorageInterface::getBooks in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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.
1 method overrides BookOutlineStorageInterface::getBooks()
- BookOutlineStorage::getBooks in core/
modules/ book/ src/ BookOutlineStorage.php - Gets books (the highest positioned book links).
File
- core/
modules/ book/ src/ BookOutlineStorageInterface.php, line 21 - Contains \Drupal\book\BookOutlineStorageInterface.
Class
- BookOutlineStorageInterface
- Defines a common interface for book outline storage classes.
Namespace
Drupal\bookCode
public function getBooks();