BlockRepositoryTest::$blockStorage |
property |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
|
BlockStorageUnitTest |
class |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the storage of blocks. |
BlockStorageUnitTest.php |
file |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
|
BlockStorageUnitTest::$controller |
property |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
The block storage. |
BlockStorageUnitTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Modules to install. |
BlockStorageUnitTest::createTests |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the creation of blocks. |
BlockStorageUnitTest::deleteTests |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the deleting of blocks. |
BlockStorageUnitTest::loadTests |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the loading of blocks. |
BlockStorageUnitTest::setUp |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
|
BlockStorageUnitTest::testBlockCRUD |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests CRUD operations. |
BlockStorageUnitTest::testDefaultBlocks |
function |
core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php |
Tests the installation of default blocks. |
book.outline_storage |
service |
core/modules/book/book.services.yml |
Drupal\book\BookOutlineStorage |
BookAdminEditForm::$nodeStorage |
property |
core/modules/book/src/Form/BookAdminEditForm.php |
The node storage. |
BookBreadcrumbBuilder::$nodeStorage |
property |
core/modules/book/src/BookBreadcrumbBuilder.php |
The node storage. |
BookExport::$nodeStorage |
property |
core/modules/book/src/BookExport.php |
The node storage. |
BookManager::$bookOutlineStorage |
property |
core/modules/book/src/BookManager.php |
Book outline storage. |
BookManagerTest::$bookOutlineStorage |
property |
core/modules/book/tests/src/Unit/BookManagerTest.php |
Book outline storage. |
BookNavigationBlock::$nodeStorage |
property |
core/modules/book/src/Plugin/Block/BookNavigationBlock.php |
The node storage. |
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 |
|
BookOutlineStorage::delete |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::getBookMenuTree |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::getBooks |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::getBookSubtree |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::getChildRelativeDepth |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::hasBooks |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::insert |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::loadBookChildren |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::loadMultiple |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::update |
function |
core/modules/book/src/BookOutlineStorage.php |
|
BookOutlineStorage::updateMovedChildren |
function |
core/modules/book/src/BookOutlineStorage.php |
|
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::$bookOutlineStorage |
property |
core/modules/book/src/BookUninstallValidator.php |
The book outline storage. |
BookUninstallValidatorTest::testValidateOutlineStorage |
function |
core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php |
@covers ::validate[[api-linebreak]] |