Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
BookSettingsForm::getFormId function core/modules/book/src/Form/BookSettingsForm.php Returns a unique string identifying the form.
BookSettingsForm::validateForm function core/modules/book/src/Form/BookSettingsForm.php Form validation handler.
BookSettingsFormTest::$modules property core/modules/book/tests/src/Kernel/BookSettingsFormTest.php Modules to install.
BookSettingsFormTest::testConfigValuesSavedCorrectly function core/modules/book/tests/src/Kernel/BookSettingsFormTest.php Tests that submitted values are processed and saved correctly.
BookTest::$adminUser property core/modules/book/tests/src/Functional/BookTest.php A user with permission to create and edit books and to administer blocks.
BookTest::$defaultTheme property core/modules/book/tests/src/Functional/BookTest.php The theme to install as the default for testing.
BookTest::$modules property core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php Modules to install.
BookTest::$modules property core/modules/book/tests/src/Functional/BookTest.php Modules to install.
BookTest::$webUserWithoutNodeAccess property core/modules/book/tests/src/Functional/BookTest.php A user without the 'node test view' permission.
BookTest::providerSource function core/modules/book/tests/src/Kernel/Plugin/migrate/source/BookTest.php
BookTest::testAdminBookListing function core/modules/book/tests/src/Functional/BookTest.php Tests the administrative listing of all books.
BookTest::testAdminBookNodeListing function core/modules/book/tests/src/Functional/BookTest.php Tests the administrative listing of all book pages in a book.
BookTest::testBookDelete function core/modules/book/tests/src/Functional/BookTest.php Tests the access for deleting top-level book nodes.
BookTest::testBookNavigationBlockOnUnpublishedBook function core/modules/book/tests/src/Functional/BookTest.php Tests the book navigation block when book is unpublished.
BookTest::testHookNodeLoadAccess function core/modules/book/tests/src/Functional/BookTest.php Ensure the loaded book in hook_node_load() does not depend on the user.
BookTest::testNavigationBlockOnAccessModuleInstalled function core/modules/book/tests/src/Functional/BookTest.php Tests the book navigation block when an access module is installed.
BookTestTrait::checkBookNode function core/modules/book/tests/src/Functional/BookTestTrait.php Checks the outline of sub-pages; previous, up, and next.
BookTestTrait::createBookNode function core/modules/book/tests/src/Functional/BookTestTrait.php Creates a book node.
BookUninstallTest::$modules property core/modules/book/tests/src/Kernel/BookUninstallTest.php Modules to enable.
BookUninstallValidator class core/modules/book/src/ProxyClass/BookUninstallValidator.php Provides a proxy class for \Drupal\book\BookUninstallValidator.
BookUninstallValidator class core/modules/book/src/BookUninstallValidator.php Prevents book module from being uninstalled under certain conditions.
BookUninstallValidator.php file core/modules/book/src/ProxyClass/BookUninstallValidator.php
BookUninstallValidator.php file core/modules/book/src/BookUninstallValidator.php
BookUninstallValidator::$bookOutlineStorage property core/modules/book/src/BookUninstallValidator.php The book outline storage.
BookUninstallValidator::$container property core/modules/book/src/ProxyClass/BookUninstallValidator.php The service container.
BookUninstallValidator::$drupalProxyOriginalServiceId property core/modules/book/src/ProxyClass/BookUninstallValidator.php The id of the original proxied service.
BookUninstallValidator::$entityTypeManager property core/modules/book/src/BookUninstallValidator.php The entity type manager.
BookUninstallValidator::$service property core/modules/book/src/ProxyClass/BookUninstallValidator.php The real proxied service, after it was lazy loaded.
BookUninstallValidator::hasBookNodes function core/modules/book/src/BookUninstallValidator.php Determines if there is any book nodes or not.
BookUninstallValidator::hasBookOutlines function core/modules/book/src/BookUninstallValidator.php Checks if there are any books in an outline.
BookUninstallValidator::lazyLoadItself function core/modules/book/src/ProxyClass/BookUninstallValidator.php Lazy loads the real service from the container.
BookUninstallValidator::setStringTranslation function core/modules/book/src/ProxyClass/BookUninstallValidator.php
BookUninstallValidator::validate function core/modules/book/src/ProxyClass/BookUninstallValidator.php Determines the reasons a module can not be uninstalled.
BookUninstallValidator::validate function core/modules/book/src/BookUninstallValidator.php Determines the reasons a module can not be uninstalled.
BookUninstallValidator::__construct function core/modules/book/src/ProxyClass/BookUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
BookUninstallValidator::__construct function core/modules/book/src/BookUninstallValidator.php Constructs a new BookUninstallValidator.
BookUninstallValidatorTest class core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @coversDefaultClass \Drupal\book\BookUninstallValidator[[api-linebreak]]
@group book
@group legacy
BookUninstallValidatorTest.php file core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::$bookUninstallValidator property core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::setUp function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::testValidateEntityQueryWithoutResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
BookUninstallValidatorTest::testValidateEntityQueryWithResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
BookUninstallValidatorTest::testValidateNotBook function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
BookUninstallValidatorTest::testValidateOutlineStorage function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
book_breadcrumb_test.info.yml file core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml
book_breadcrumb_test.module file core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module Test module for testing the book module breadcrumb.
book_breadcrumb_test.schema.yml file core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml
book_breadcrumb_test.settings.yml file core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml
book_breadcrumb_test_node_access function core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module Implements hook_ENTITY_TYPE_access().
book_entity_type_build function core/modules/book/book.module Implements hook_entity_type_build().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.