Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
BookOutlineConstraintValidator::validate function core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php
BookOutlineConstraintValidator::__construct function core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php Creates a new BookOutlineConstraintValidator instance.
BookOutlineStorage class core/modules/book/src/BookOutlineStorage.php Defines a storage class for books outline.
BookOutlineStorage.php file core/modules/book/src/BookOutlineStorage.php
BookOutlineStorage::$connection property core/modules/book/src/BookOutlineStorage.php Database Service Object.
BookOutlineStorage::countOriginalLinkChildren function core/modules/book/src/BookOutlineStorage.php Count the number of original link children.
BookOutlineStorage::delete function core/modules/book/src/BookOutlineStorage.php Deletes a book entry.
BookOutlineStorage::getBookMenuTree function core/modules/book/src/BookOutlineStorage.php Builds tree data used for the menu tree.
BookOutlineStorage::getBooks function core/modules/book/src/BookOutlineStorage.php Gets books (the highest positioned book links).
BookOutlineStorage::getBookSubtree function core/modules/book/src/BookOutlineStorage.php Get book subtree.
BookOutlineStorage::getChildRelativeDepth function core/modules/book/src/BookOutlineStorage.php Gets child relative depth.
BookOutlineStorage::hasBooks function core/modules/book/src/BookOutlineStorage.php Checks if there are any books.
BookOutlineStorage::insert function core/modules/book/src/BookOutlineStorage.php Inserts a book link.
BookOutlineStorage::loadBookChildren function core/modules/book/src/BookOutlineStorage.php Loads book's children using its parent ID.
BookOutlineStorage::loadMultiple function core/modules/book/src/BookOutlineStorage.php Loads books.
BookOutlineStorage::update function core/modules/book/src/BookOutlineStorage.php Updates book reference for links that were moved between books.
BookOutlineStorage::updateMovedChildren function core/modules/book/src/BookOutlineStorage.php Update the book ID of the book link that it's being moved.
BookOutlineStorage::__construct function core/modules/book/src/BookOutlineStorage.php Constructs a BookOutlineStorage object.
BookOutlineStorageInterface interface core/modules/book/src/BookOutlineStorageInterface.php Defines a common interface for book outline storage classes.
BookOutlineStorageInterface.php file core/modules/book/src/BookOutlineStorageInterface.php
BookOutlineStorageInterface::countOriginalLinkChildren function core/modules/book/src/BookOutlineStorageInterface.php Count the number of original link children.
BookOutlineStorageInterface::delete function core/modules/book/src/BookOutlineStorageInterface.php Deletes a book entry.
BookOutlineStorageInterface::getBookMenuTree function core/modules/book/src/BookOutlineStorageInterface.php Builds tree data used for the menu tree.
BookOutlineStorageInterface::getBooks function core/modules/book/src/BookOutlineStorageInterface.php Gets books (the highest positioned book links).
BookOutlineStorageInterface::getBookSubtree function core/modules/book/src/BookOutlineStorageInterface.php Get book subtree.
BookOutlineStorageInterface::getChildRelativeDepth function core/modules/book/src/BookOutlineStorageInterface.php Gets child relative depth.
BookOutlineStorageInterface::hasBooks function core/modules/book/src/BookOutlineStorageInterface.php Checks if there are any books.
BookOutlineStorageInterface::insert function core/modules/book/src/BookOutlineStorageInterface.php Inserts a book link.
BookOutlineStorageInterface::loadBookChildren function core/modules/book/src/BookOutlineStorageInterface.php Loads book's children using its parent ID.
BookOutlineStorageInterface::loadMultiple function core/modules/book/src/BookOutlineStorageInterface.php Loads books.
BookOutlineStorageInterface::update function core/modules/book/src/BookOutlineStorageInterface.php Updates book reference for links that were moved between books.
BookOutlineStorageInterface::updateMovedChildren function core/modules/book/src/BookOutlineStorageInterface.php Update the book ID of the book link that it's being moved.
BookUninstallValidator class core/modules/book/src/ProxyClass/BookUninstallValidator.php Provides a proxy class for \Drupal\book\BookUninstallValidator.
BookUninstallValidator class core/modules/book/src/BookUninstallValidator.php Prevents book module from being uninstalled under certain conditions.
BookUninstallValidator.php file core/modules/book/src/ProxyClass/BookUninstallValidator.php
BookUninstallValidator.php file core/modules/book/src/BookUninstallValidator.php
BookUninstallValidator::$bookOutlineStorage property core/modules/book/src/BookUninstallValidator.php The book outline storage.
BookUninstallValidator::$container property core/modules/book/src/ProxyClass/BookUninstallValidator.php The service container.
BookUninstallValidator::$drupalProxyOriginalServiceId property core/modules/book/src/ProxyClass/BookUninstallValidator.php The id of the original proxied service.
BookUninstallValidator::$entityTypeManager property core/modules/book/src/BookUninstallValidator.php The entity type manager.
BookUninstallValidator::$service property core/modules/book/src/ProxyClass/BookUninstallValidator.php The real proxied service, after it was lazy loaded.
BookUninstallValidator::hasBookNodes function core/modules/book/src/BookUninstallValidator.php Determines if there is any book nodes or not.
BookUninstallValidator::hasBookOutlines function core/modules/book/src/BookUninstallValidator.php Checks if there are any books in an outline.
BookUninstallValidator::lazyLoadItself function core/modules/book/src/ProxyClass/BookUninstallValidator.php Lazy loads the real service from the container.
BookUninstallValidator::setStringTranslation function core/modules/book/src/ProxyClass/BookUninstallValidator.php
BookUninstallValidator::validate function core/modules/book/src/ProxyClass/BookUninstallValidator.php Determines the reasons a module can not be uninstalled.
BookUninstallValidator::validate function core/modules/book/src/BookUninstallValidator.php Determines the reasons a module can not be uninstalled.
BookUninstallValidator::__construct function core/modules/book/src/ProxyClass/BookUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
BookUninstallValidator::__construct function core/modules/book/src/BookUninstallValidator.php Constructs a new BookUninstallValidator.
BookUninstallValidatorTest class core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @coversDefaultClass \Drupal\book\BookUninstallValidator
@group book

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