function BookOutlineStorageInterface::hasBooks

Same name and namespace in other branches
  1. 9 core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::hasBooks()
  2. 8.9.x core/modules/book/src/BookOutlineStorageInterface.php \Drupal\book\BookOutlineStorageInterface::hasBooks()
  3. 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.

File

core/modules/book/src/BookOutlineStorageInterface.php, line 24

Class

BookOutlineStorageInterface
Defines a common interface for book outline storage classes.

Namespace

Drupal\book

Code

public function hasBooks();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.