BookNavigationCacheContext::__construct |
function |
core/modules/book/src/Cache/BookNavigationCacheContext.php |
Constructs a new BookNavigationCacheContext service. |
BookNodeIsRemovableAccessCheck |
class |
core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php |
Determines whether the requested node can be removed from its book. |
BookNodeIsRemovableAccessCheck.php |
file |
core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php |
|
BookNodeIsRemovableAccessCheck::$bookManager |
property |
core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php |
Book Manager Service. |
BookNodeIsRemovableAccessCheck::access |
function |
core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php |
Checks access for removing the node from its book. |
BookNodeIsRemovableAccessCheck::__construct |
function |
core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php |
Constructs a BookNodeIsRemovableAccessCheck object. |
BookOutline |
class |
core/modules/book/src/BookOutline.php |
Provides handling to render the book outline. |
BookOutline.php |
file |
core/modules/book/src/BookOutline.php |
|
BookOutline::$bookManager |
property |
core/modules/book/src/BookOutline.php |
The book manager. |
BookOutline::childrenLinks |
function |
core/modules/book/src/BookOutline.php |
Formats the book links for the child pages of the current page. |
BookOutline::nextLink |
function |
core/modules/book/src/BookOutline.php |
Fetches the book link for the next page of the book. |
BookOutline::prevLink |
function |
core/modules/book/src/BookOutline.php |
Fetches the book link for the previous page of the book. |
BookOutline::__construct |
function |
core/modules/book/src/BookOutline.php |
Constructs a new BookOutline. |
BookOutlineConstraint |
class |
core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php |
Validation constraint for changing the book outline in pending revisions. |
BookOutlineConstraint.php |
file |
core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php |
|
BookOutlineConstraint::$message |
property |
core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraint.php |
|
BookOutlineConstraintValidator |
class |
core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php |
Constraint validator for changing the book outline in pending revisions. |
BookOutlineConstraintValidator.php |
file |
core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php |
|
BookOutlineConstraintValidator::$bookManager |
property |
core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php |
The book manager. |
BookOutlineConstraintValidator::create |
function |
core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php |
Instantiates a new instance of this class. |
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. |
BookOutlineForm |
class |
core/modules/book/src/Form/BookOutlineForm.php |
Displays the book outline form. |
BookOutlineForm.php |
file |
core/modules/book/src/Form/BookOutlineForm.php |
|
BookOutlineForm::$bookManager |
property |
core/modules/book/src/Form/BookOutlineForm.php |
BookManager service. |
BookOutlineForm::$entity |
property |
core/modules/book/src/Form/BookOutlineForm.php |
The book being displayed. |
BookOutlineForm::actions |
function |
core/modules/book/src/Form/BookOutlineForm.php |
Returns an array of supported actions for the current entity form. |
BookOutlineForm::create |
function |
core/modules/book/src/Form/BookOutlineForm.php |
Instantiates a new instance of this class. |
BookOutlineForm::form |
function |
core/modules/book/src/Form/BookOutlineForm.php |
Gets the actual form array to be built. |
BookOutlineForm::getBaseFormId |
function |
core/modules/book/src/Form/BookOutlineForm.php |
Returns a string identifying the base form. |
BookOutlineForm::save |
function |
core/modules/book/src/Form/BookOutlineForm.php |
Form submission handler for the 'save' action. |
BookOutlineForm::__construct |
function |
core/modules/book/src/Form/BookOutlineForm.php |
Constructs a BookOutlineForm object. |
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 |
|