public function BookOutlineStorageInterface::hasBooks in Drupal 8
Same name and namespace in other branches
- 9 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::hasBooks()
- 10 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::hasBooks()
Checks if there are any books.
Return value
bool TRUE if there are books, FALSE if not.
1 method overrides BookOutlineStorageInterface::hasBooks()
- BookOutlineStorage::hasBooks in core/
modules/ book/ src/ BookOutlineStorage.php - Checks if there are any books.
File
- core/
modules/ book/ src/ BookOutlineStorageInterface.php, line 24
Class
- BookOutlineStorageInterface
- Defines a common interface for book outline storage classes.
Namespace
Drupal\bookCode
public function hasBooks();