public BookOutlineStorageInterface::hasBooks()
Checks if there are any books.
Return value
bool TRUE if there are books, FALSE if not.
File
- core/modules/book/src/BookOutlineStorageInterface.php, line 24
Class
- BookOutlineStorageInterface
- Defines a common interface for book outline storage classes.
Namespace
Drupal\book
Code
1 | public function hasBooks(); |
Please login to continue.