BookAdminEditForm::getFormId |
function |
core/modules/book/src/Form/BookAdminEditForm.php |
Returns a unique string identifying the form. |
BookAdminEditForm::submitForm |
function |
core/modules/book/src/Form/BookAdminEditForm.php |
Form submission handler. |
BookAdminEditForm::validateForm |
function |
core/modules/book/src/Form/BookAdminEditForm.php |
Form validation handler. |
BookAdminEditForm::__construct |
function |
core/modules/book/src/Form/BookAdminEditForm.php |
Constructs a new BookAdminEditForm. |
BookBreadcrumbBuilder |
class |
core/modules/book/src/BookBreadcrumbBuilder.php |
Provides a breadcrumb builder for nodes in a book. |
BookBreadcrumbBuilder.php |
file |
core/modules/book/src/BookBreadcrumbBuilder.php |
|
BookBreadcrumbBuilder::$account |
property |
core/modules/book/src/BookBreadcrumbBuilder.php |
The current user account. |
BookBreadcrumbBuilder::$entityRepository |
property |
core/modules/book/src/BookBreadcrumbBuilder.php |
The entity repository service. |
BookBreadcrumbBuilder::$languageManager |
property |
core/modules/book/src/BookBreadcrumbBuilder.php |
The language manager service. |
BookBreadcrumbBuilder::$nodeStorage |
property |
core/modules/book/src/BookBreadcrumbBuilder.php |
The node storage. |
BookBreadcrumbBuilder::applies |
function |
core/modules/book/src/BookBreadcrumbBuilder.php |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BookBreadcrumbBuilder::build |
function |
core/modules/book/src/BookBreadcrumbBuilder.php |
Builds the breadcrumb. |
BookBreadcrumbBuilder::__construct |
function |
core/modules/book/src/BookBreadcrumbBuilder.php |
Constructs the BookBreadcrumbBuilder. |
BookBreadcrumbTest |
class |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
Create a book, add pages, and test book interface. |
BookBreadcrumbTest.php |
file |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
|
BookBreadcrumbTest::$book |
property |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
A book node. |
BookBreadcrumbTest::$bookAuthor |
property |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
A user with permission to create and edit books. |
BookBreadcrumbTest::$defaultTheme |
property |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
The theme to install as the default for testing. |
BookBreadcrumbTest::$modules |
property |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
Modules to install. |
BookBreadcrumbTest::$webUserWithoutNodeAccess |
property |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
A user without the 'node test view' permission. |
BookBreadcrumbTest::createBookNode |
function |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
Creates a book node. |
BookBreadcrumbTest::createBreadcrumbBook |
function |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
Creates a new book with a page hierarchy. |
BookBreadcrumbTest::setUp |
function |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
|
BookBreadcrumbTest::testBreadcrumbAccessUpdates |
function |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
Tests that the breadcrumb is updated when book access changes. |
BookBreadcrumbTest::testBreadcrumbTitleUpdates |
function |
core/modules/book/tests/src/Functional/BookBreadcrumbTest.php |
Tests that the breadcrumb is updated when book content changes. |
BookContentModerationTest |
class |
core/modules/book/tests/src/Functional/BookContentModerationTest.php |
Tests Book and Content Moderation integration. |
BookContentModerationTest.php |
file |
core/modules/book/tests/src/Functional/BookContentModerationTest.php |
|
BookContentModerationTest::$defaultTheme |
property |
core/modules/book/tests/src/Functional/BookContentModerationTest.php |
The theme to install as the default for testing. |
BookContentModerationTest::$modules |
property |
core/modules/book/tests/src/Functional/BookContentModerationTest.php |
Modules to install. |
BookContentModerationTest::setUp |
function |
core/modules/book/tests/src/Functional/BookContentModerationTest.php |
|
BookContentModerationTest::testBookWithPendingRevisions |
function |
core/modules/book/tests/src/Functional/BookContentModerationTest.php |
Tests that book drafts can not modify the book outline. |
BookController |
class |
core/modules/book/src/Controller/BookController.php |
Controller routines for book routes. |
BookController.php |
file |
core/modules/book/src/Controller/BookController.php |
|
BookController::$bookExport |
property |
core/modules/book/src/Controller/BookController.php |
The book export service. |
BookController::$bookManager |
property |
core/modules/book/src/Controller/BookController.php |
The book manager. |
BookController::$renderer |
property |
core/modules/book/src/Controller/BookController.php |
The renderer. |
BookController::adminOverview |
function |
core/modules/book/src/Controller/BookController.php |
Returns an administrative overview of all books. |
BookController::bookExport |
function |
core/modules/book/src/Controller/BookController.php |
Generates representations of a book page and its children. |
BookController::bookRender |
function |
core/modules/book/src/Controller/BookController.php |
Prints a listing of all books. |
BookController::create |
function |
core/modules/book/src/Controller/BookController.php |
Instantiates a new instance of this class. |
BookController::__construct |
function |
core/modules/book/src/Controller/BookController.php |
Constructs a BookController object. |
BookExport |
class |
core/modules/book/src/BookExport.php |
Provides methods for exporting book to different formats. |
BookExport.php |
file |
core/modules/book/src/BookExport.php |
|
BookExport::$bookManager |
property |
core/modules/book/src/BookExport.php |
The book manager. |
BookExport::$entityRepository |
property |
core/modules/book/src/BookExport.php |
The entity repository service. |
BookExport::$nodeStorage |
property |
core/modules/book/src/BookExport.php |
The node storage. |
BookExport::$viewBuilder |
property |
core/modules/book/src/BookExport.php |
The node view builder. |
BookExport::bookExportHtml |
function |
core/modules/book/src/BookExport.php |
Generates HTML for export when invoked by book_export(). |
BookExport::bookNodeExport |
function |
core/modules/book/src/BookExport.php |
Generates printer-friendly HTML for a node. |
BookExport::exportTraverse |
function |
core/modules/book/src/BookExport.php |
Traverses the book tree to build printable or exportable output. |