| BookExport::__construct |
function |
core/modules/book/src/BookExport.php |
Constructs a BookExport object. |
| BookInstallTest |
class |
core/modules/book/tests/src/Kernel/BookInstallTest.php |
Test installation of Book module. |
| BookInstallTest.php |
file |
core/modules/book/tests/src/Kernel/BookInstallTest.php |
|
| BookInstallTest::$modules |
property |
core/modules/book/tests/src/Kernel/BookInstallTest.php |
Modules to enable. |
| BookInstallTest::testBookInstallWithPreexistingContentType |
function |
core/modules/book/tests/src/Kernel/BookInstallTest.php |
Tests Book install with pre-existing content type. |
| BookJavascriptTest |
class |
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php |
Tests Book javascript functionality. |
| BookJavascriptTest.php |
file |
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php |
|
| BookJavascriptTest::$defaultTheme |
property |
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php |
The theme to install as the default for testing. |
| BookJavascriptTest::$modules |
property |
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php |
Modules to enable. |
| BookJavascriptTest::assertOrderInPage |
function |
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php |
Asserts that several pieces of markup are in a given order in the page. |
| BookJavascriptTest::testBookAddOutline |
function |
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php |
Tests book outline AJAX request. |
| BookJavascriptTest::testBookOrdering |
function |
core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php |
Tests re-ordering of books. |
| BookLocalTasksTest |
class |
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php |
Tests existence of book local tasks. |
| BookLocalTasksTest.php |
file |
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php |
|
| BookLocalTasksTest::getBookAdminRoutes |
function |
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php |
Provides a list of routes to test. |
| BookLocalTasksTest::getBookNodeRoutes |
function |
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php |
Provides a list of routes to test. |
| BookLocalTasksTest::setUp |
function |
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php |
|
| BookLocalTasksTest::testBookAdminLocalTasks |
function |
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php |
Tests local task existence. |
| BookLocalTasksTest::testBookNodeLocalTasks |
function |
core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php |
Tests local task existence. |
| BookManager |
class |
core/modules/book/src/BookManager.php |
Defines a book manager. |
| BookManager.php |
file |
core/modules/book/src/BookManager.php |
|
| BookManager::$backendChainedCache |
property |
core/modules/book/src/BookManager.php |
The book chained backend cache service. |
| BookManager::$bookOutlineStorage |
property |
core/modules/book/src/BookManager.php |
Book outline storage. |
| BookManager::$books |
property |
core/modules/book/src/BookManager.php |
Books Array. |
| BookManager::$bookTreeFlattened |
property |
core/modules/book/src/BookManager.php |
Stores flattened book trees. |
| BookManager::$configFactory |
property |
core/modules/book/src/BookManager.php |
Config Factory Service Object. |
| BookManager::$entityRepository |
property |
core/modules/book/src/BookManager.php |
The entity repository service. |
| BookManager::$entityTypeManager |
property |
core/modules/book/src/BookManager.php |
Entity type manager. |
| BookManager::$languageManager |
property |
core/modules/book/src/BookManager.php |
The language manager. |
| BookManager::$memoryCache |
property |
core/modules/book/src/BookManager.php |
The book memory cache service. |
| BookManager::$renderer |
property |
core/modules/book/src/BookManager.php |
The renderer. |
| BookManager::addFormElements |
function |
core/modules/book/src/BookManager.php |
Builds the common elements of the book form for the node and outline forms. |
| BookManager::addParentSelectFormElements |
function |
core/modules/book/src/BookManager.php |
Builds the parent selection form element for the node form or outline tab. |
| BookManager::bookLinkTranslate |
function |
core/modules/book/src/BookManager.php |
Provides book loading, access control and translation. |
| BookManager::bookSubtreeData |
function |
core/modules/book/src/BookManager.php |
Gets the data representing a subtree of the book hierarchy. |
| BookManager::bookTreeAllData |
function |
core/modules/book/src/BookManager.php |
Gets the data structure representing a named menu tree. |
| BookManager::bookTreeBuild |
function |
core/modules/book/src/BookManager.php |
Builds a book tree, translates links, and checks access. |
| BookManager::bookTreeCheckAccess |
function |
core/modules/book/src/BookManager.php |
Checks access and performs dynamic operations for each link in the tree. |
| BookManager::bookTreeCollectNodeLinks |
function |
core/modules/book/src/BookManager.php |
Collects node links from a given menu tree recursively. |
| BookManager::bookTreeGetFlat |
function |
core/modules/book/src/BookManager.php |
Gets the book for a page and returns it as a linear array. |
| BookManager::bookTreeOutput |
function |
core/modules/book/src/BookManager.php |
Returns a rendered menu tree. |
| BookManager::BOOK_MAX_DEPTH |
constant |
core/modules/book/src/BookManager.php |
Defines the maximum supported depth of the book tree. |
| BookManager::buildBookOutlineData |
function |
core/modules/book/src/BookManager.php |
Sorts and returns the built data representing a book tree. |
| BookManager::buildBookOutlineRecursive |
function |
core/modules/book/src/BookManager.php |
Builds the data representing a book tree. |
| BookManager::buildItems |
function |
core/modules/book/src/BookManager.php |
Builds the #items property for a book tree's renderable array. |
| BookManager::checkNodeIsRemovable |
function |
core/modules/book/src/BookManager.php |
Determines if a node can be removed from the book. |
| BookManager::deleteFromBook |
function |
core/modules/book/src/BookManager.php |
Deletes node's entry from book table. |
| BookManager::doBookTreeBuild |
function |
core/modules/book/src/BookManager.php |
Builds a book tree. |
| BookManager::doBookTreeCheckAccess |
function |
core/modules/book/src/BookManager.php |
Sorts the menu tree and recursively checks access for each item. |
| BookManager::findChildrenRelativeDepth |
function |
core/modules/book/src/BookManager.php |
Determine the relative depth of the children of a given book link. |