book_get_books |
function |
drupal/core/modules/book/book.module |
Returns an array of all books. |
Author::$books |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/Author.php |
|
BookSettingsForm |
class |
drupal/core/modules/book/lib/Drupal/book/BookSettingsForm.php |
Configure book settings for this site. |
BookManager::$books |
property |
drupal/core/modules/book/lib/Drupal/book/BookManager.php |
Books Array. |
BookSettingsForm.php |
file |
drupal/core/modules/book/lib/Drupal/book/BookSettingsForm.php |
Contains \Drupal\book\BookSettingsForm. |
BookManager::loadBooks |
function |
drupal/core/modules/book/lib/Drupal/book/BookManager.php |
Loads Books Array. |
BookManager::getAllBooks |
function |
drupal/core/modules/book/lib/Drupal/book/BookManager.php |
Returns an array of all books. |
BookSettingsForm::getFormID |
function |
drupal/core/modules/book/lib/Drupal/book/BookSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
BookSettingsForm::buildForm |
function |
drupal/core/modules/book/lib/Drupal/book/BookSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
BookSettingsForm::submitForm |
function |
drupal/core/modules/book/lib/Drupal/book/BookSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
BookSettingsForm::validateForm |
function |
drupal/core/modules/book/lib/Drupal/book/BookSettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
book-all-books-block.html.twig |
file |
drupal/core/modules/book/templates/book-all-books-block.html.twig |
Default theme implementation for rendering book outlines within a block. |
template_preprocess_book_all_books_block |
function |
drupal/core/modules/book/book.module |
Prepares variables for book listing block templates. |