| 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 |
|
| 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. |