Search for book
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Book | class | core/ |
Plugin annotation @MigrateDestination( id = "book", provider = "book" ) |
Book | class | core/ |
Drupal 6/7 book source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
BookTest::$webUserWithoutNodeAccess | property | core/ |
A user without the 'node test view' permission. |
BookTest::providerSource | function | core/ |
The data provider. |
BookTest::setUp | function | core/ |
|
BookTest::testAdminBookListing | function | core/ |
Tests the administrative listing of all books. |
BookTest::testAdminBookNodeListing | function | core/ |
Tests the administrative listing of all book pages in a book. |
BookTest::testBook | function | core/ |
Tests book functionality through node interfaces. |
BookTest::testBookDelete | function | core/ |
Tests the access for deleting top-level book nodes. |
BookTest::testBookExport | function | core/ |
Tests book export ("printer-friendly version") functionality. |
BookTest::testBookListing | function | core/ |
Tests the listing of all books. |
BookTest::testBookNavigationBlock | function | core/ |
Tests the functionality of the book navigation block. |
BookTest::testBookNavigationBlockOnUnpublishedBook | function | core/ |
Tests the book navigation block when book is unpublished. |
BookTest::testBookNavigationCacheContext | function | core/ |
Tests the book navigation cache context. |
BookTest::testBookOutline | function | core/ |
Tests outline of a book. |
BookTest::testEmptyBook | function | core/ |
Tests saving the book outline on an empty book. |
BookTest::testGetTableOfContents | function | core/ |
Tests BookManager::getTableOfContents(). |
BookTest::testHookNodeLoadAccess | function | core/ |
Ensure the loaded book in hook_node_load() does not depend on the user. |
BookTest::testNavigationBlockOnAccessModuleInstalled | function | core/ |
Tests the book navigation block when an access module is installed. |
BookTest::testSaveBookLink | function | core/ |
Tests that saveBookLink() returns something. |
BookTest::testSettingsForm | function | core/ |
Tests that the book settings form can be saved without error. |
BookTestTrait | trait | core/ |
Provides common functionality for Book test classes. |
BookTestTrait.php | file | core/ |
|
BookTestTrait::$book | property | core/ |
A book node. |
BookTestTrait::$bookAuthor | property | core/ |
A user with permission to create and edit books. |
BookTestTrait::checkBookNode | function | core/ |
Checks the outline of sub-pages; previous, up, and next. |
BookTestTrait::createBook | function | core/ |
Creates a new book with a page hierarchy. |
BookTestTrait::createBookNode | function | core/ |
Creates a book node. |
BookTestTrait::generateOutlinePattern | function | core/ |
Creates a regular expression to check for the sub-nodes in the outline. |
BookUninstallTest | class | core/ |
Tests that the Book module cannot be uninstalled if books exist. |
BookUninstallTest.php | file | core/ |
|
BookUninstallTest::$modules | property | core/ |
Modules to enable. |
BookUninstallTest::setUp | function | core/ |
|
BookUninstallTest::testBookUninstall | function | core/ |
Tests the book_system_info_alter() method. |
BookUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\book\BookUninstallValidator. |
BookUninstallValidator | class | core/ |
Prevents book module from being uninstalled under certain conditions. |
BookUninstallValidator.php | file | core/ |
|
BookUninstallValidator.php | file | core/ |
|
BookUninstallValidator::$bookOutlineStorage | property | core/ |
The book outline storage. |
BookUninstallValidator::$container | property | core/ |
The service container. |
BookUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
BookUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager. |
BookUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
BookUninstallValidator::hasBookNodes | function | core/ |
Determines if there is any book nodes or not. |
BookUninstallValidator::hasBookOutlines | function | core/ |
Checks if there are any books in an outline. |
BookUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
BookUninstallValidator::setStringTranslation | function | core/ |
|
BookUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
BookUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
BookUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
BookUninstallValidator::__construct | function | core/ |
Constructs a new BookUninstallValidator. |
BookUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\book\BookUninstallValidator @group book |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.