| 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(). |
| book_form_node_confirm_form_alter |
function |
core/modules/book/book.module |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeDeleteForm. |
| book_form_node_form_alter |
function |
core/modules/book/book.module |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm. |
| book_form_update |
function |
core/modules/book/book.module |
Renders a new parent page select element when the book selection changes. |
| book_help |
function |
core/modules/book/book.module |
Implements hook_help(). |
| book_migration_plugins_alter |
function |
core/modules/book/book.module |
Implements hook_migration_plugins_alter(). |
| book_node_builder |
function |
core/modules/book/book.module |
Entity form builder to add the book information to the node. |
| book_node_insert |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_insert() for node entities. |
| book_node_links_alter |
function |
core/modules/book/book.module |
Implements hook_node_links_alter(). |
| book_node_load |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_load() for node entities. |
| book_node_predelete |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
| book_node_prepare_form |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_prepare_form() for node entities. |
| book_node_presave |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_presave() for node entities. |
| book_node_type_update |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_update() for node_type entities. |
| book_node_update |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_update() for node entities. |
| book_node_view |
function |
core/modules/book/book.module |
Implements hook_ENTITY_TYPE_view() for node entities. |
| book_pick_book_nojs_submit |
function |
core/modules/book/book.module |
Form submission handler for node_form(). |
| book_schema |
function |
core/modules/book/book.install |
Implements hook_schema(). |
| book_settings.yml |
file |
core/modules/book/migrations/book_settings.yml |
core/modules/book/migrations/book_settings.yml |
| book_test.info.yml |
file |
core/modules/book/tests/modules/book_test/book_test.info.yml |
core/modules/book/tests/modules/book_test/book_test.info.yml |
| book_test.module |
file |
core/modules/book/tests/modules/book_test/book_test.module |
Test module for testing the book module. |
| book_test_page_attachments |
function |
core/modules/book/tests/modules/book_test/book_test.module |
Implements hook_page_attachments(). |
| book_test_views.info.yml |
file |
core/modules/book/tests/modules/book_test_views/book_test_views.info.yml |
core/modules/book/tests/modules/book_test_views/book_test_views.info.yml |
| book_theme |
function |
core/modules/book/book.module |
Implements hook_theme(). |
| book_type_is_allowed |
function |
core/modules/book/book.module |
Determines if a given node type is in the list of types allowed for books. |
| book_uninstall |
function |
core/modules/book/book.install |
Implements hook_uninstall(). |
| book_views_data |
function |
core/modules/book/book.views.inc |
Implements hook_views_data(). |
| cache_context.route.book_navigation |
service |
core/modules/book/book.services.yml |
Drupal\book\Cache\BookNavigationCacheContext |
| CommentBookTest |
class |
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php |
Tests visibility of comments on book pages. |
| CommentBookTest.php |
file |
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php |
|
| CommentBookTest::$defaultTheme |
property |
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php |
The theme to install as the default for testing. |
| CommentBookTest::$modules |
property |
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php |
Modules to install. |
| CommentBookTest::setUp |
function |
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php |
|
| CommentBookTest::testBookCommentPrint |
function |
core/modules/book/tests/src/Functional/Comment/CommentBookTest.php |
Tests comments in book export. |
| core.base_field_override.node.book.promote.yml |
file |
core/modules/book/config/optional/core.base_field_override.node.book.promote.yml |
core/modules/book/config/optional/core.base_field_override.node.book.promote.yml |
| core.entity_form_display.node.book.default.yml |
file |
core/modules/book/config/optional/core.entity_form_display.node.book.default.yml |
core/modules/book/config/optional/core.entity_form_display.node.book.default.yml |
| core.entity_view_display.node.book.default.yml |
file |
core/modules/book/config/optional/core.entity_view_display.node.book.default.yml |
core/modules/book/config/optional/core.entity_view_display.node.book.default.yml |
| core.entity_view_display.node.book.teaser.yml |
file |
core/modules/book/config/optional/core.entity_view_display.node.book.teaser.yml |
core/modules/book/config/optional/core.entity_view_display.node.book.teaser.yml |