BookManagerInterface::getAllBooks

public BookManagerInterface::getAllBooks()

Returns an array of all books.

This list may be used for generating a list of all the books, or for building the options for a form select.

Return value

array An array of all books.

File

core/modules/book/src/BookManagerInterface.php, line 169

Class

BookManagerInterface
Provides an interface defining a book manager.

Namespace

Drupal\book

Code

1
public function getAllBooks();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.