| BookManagerTest::$configFactory | property | core/modules/book/tests/src/Unit/BookManagerTest.php | The mocked config factory. | 
          
                                                                                        | BookManagerTest::$entityRepository | property | core/modules/book/tests/src/Unit/BookManagerTest.php | The mocked entity repository. | 
          
                                                                                        | BookManagerTest::$entityTypeManager | property | core/modules/book/tests/src/Unit/BookManagerTest.php | The mocked entity type manager. | 
          
                                                                                        | BookManagerTest::$languageManager | property | core/modules/book/tests/src/Unit/BookManagerTest.php | The mocked language manager. | 
          
                                                                                        | BookManagerTest::$renderer | property | core/modules/book/tests/src/Unit/BookManagerTest.php | The mocked renderer. | 
          
                                                                                        | BookManagerTest::$translation | property | core/modules/book/tests/src/Unit/BookManagerTest.php | The mocked translation manager. | 
          
                                                                                        | BookManagerTest::providerTestGetBookParents | function | core/modules/book/tests/src/Unit/BookManagerTest.php | Provides test data for testGetBookParents. | 
          
                                                                                        | BookManagerTest::setUp | function | core/modules/book/tests/src/Unit/BookManagerTest.php |  | 
          
                                                                                        | BookManagerTest::testGetBookParents | function | core/modules/book/tests/src/Unit/BookManagerTest.php | Tests the getBookParents() method. | 
          
                                                                                        | BookMultilingualTest | class | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Tests multilingual books. | 
          
                                                                                        | BookMultilingualTest.php | file | core/modules/book/tests/src/Kernel/BookMultilingualTest.php |  | 
          
                                                                                        | BookMultilingualTest::$modules | property | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Modules to enable. | 
          
                                                                                        | BookMultilingualTest::assertBookItemIsCorrectlyTranslated | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Asserts a book item is correctly translated. | 
          
                                                                                        | BookMultilingualTest::assertNodeLinkIsCorrectlyTranslated | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Asserts a node link is correctly translated. | 
          
                                                                                        | BookMultilingualTest::assertToCEntryIsCorrectlyTranslated | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Asserts one entry in the table of contents is correct. | 
          
                                                                                        | BookMultilingualTest::LANGCODE | constant | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | The translation langcode. | 
          
                                                                                        | BookMultilingualTest::langcodesProvider | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Data provider for ::testMultilingualBooks(). | 
          
                                                                                        | BookMultilingualTest::setCurrentLanguage | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Sets the current language. | 
          
                                                                                        | BookMultilingualTest::setUp | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php |  | 
          
                                                                                        | BookMultilingualTest::testMultilingualBookBreadcrumbBuilder | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Tests various book breadcrumb builder methods return correct translations. | 
          
                                                                                        | BookMultilingualTest::testMultilingualBookExport | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Tests the book export returns correct translations. | 
          
                                                                                        | BookMultilingualTest::testMultilingualBookManager | function | core/modules/book/tests/src/Kernel/BookMultilingualTest.php | Tests various book manager methods return correct translations. | 
          
                                                                                        | BookNavigationBlock | class | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | Provides a 'Book navigation' block. | 
          
                                                                                        | BookNavigationBlock.php | file | core/modules/book/src/Plugin/Block/BookNavigationBlock.php |  | 
          
                                                                                        | BookNavigationBlock::$bookManager | property | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | The book manager. | 
          
                                                                                        | BookNavigationBlock::$nodeStorage | property | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | The node storage. | 
          
                                                                                        | BookNavigationBlock::$routeMatch | property | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | The current route match. | 
          
                                                                                        | BookNavigationBlock::blockForm | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php |  | 
          
                                                                                        | BookNavigationBlock::blockSubmit | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php |  | 
          
                                                                                        | BookNavigationBlock::build | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | Builds and returns the renderable array for this block plugin. | 
          
                                                                                        | BookNavigationBlock::create | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | Creates an instance of the plugin. | 
          
                                                                                        | BookNavigationBlock::defaultConfiguration | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php |  | 
          
                                                                                        | BookNavigationBlock::getCacheContexts | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php |  | 
          
                                                                                        | BookNavigationBlock::getCacheMaxAge | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | @todo Make cacheable in https://www.drupal.org/node/2483181 | 
          
                                                                                        | BookNavigationBlock::__construct | function | core/modules/book/src/Plugin/Block/BookNavigationBlock.php | Constructs a new BookNavigationBlock instance. | 
          
                                                                                        | BookNavigationCacheContext | class | core/modules/book/src/Cache/BookNavigationCacheContext.php | Defines the book navigation cache context service. | 
          
                                                                                        | BookNavigationCacheContext.php | file | core/modules/book/src/Cache/BookNavigationCacheContext.php |  | 
          
                                                                                        | BookNavigationCacheContext::$deprecatedProperties | property | core/modules/book/src/Cache/BookNavigationCacheContext.php |  | 
          
                                                                                        | BookNavigationCacheContext::$routeMatch | property | core/modules/book/src/Cache/BookNavigationCacheContext.php | The current route match. | 
          
                                                                                        | BookNavigationCacheContext::getCacheableMetadata | function | core/modules/book/src/Cache/BookNavigationCacheContext.php | Gets the cacheability metadata for the context. | 
          
                                                                                        | BookNavigationCacheContext::getContext | function | core/modules/book/src/Cache/BookNavigationCacheContext.php | Returns the string representation of the cache context. | 
          
                                                                                        | BookNavigationCacheContext::getLabel | function | core/modules/book/src/Cache/BookNavigationCacheContext.php | Returns the label of the cache context. | 
          
                                                                                        | BookNavigationCacheContext::__construct | function | core/modules/book/src/Cache/BookNavigationCacheContext.php | Constructs a new BookNavigationCacheContext service. | 
          
                                                                                        | BookNodeIsRemovableAccessCheck | class | core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php | Determines whether the requested node can be removed from its book. | 
          
                                                                                        | BookNodeIsRemovableAccessCheck.php | file | core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php |  | 
          
                                                                                        | BookNodeIsRemovableAccessCheck::$bookManager | property | core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php | Book Manager Service. | 
          
                                                                                        | BookNodeIsRemovableAccessCheck::access | function | core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php | Checks access for removing the node from its book. | 
          
                                                                                        | BookNodeIsRemovableAccessCheck::__construct | function | core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php | Constructs a BookNodeIsRemovableAccessCheck object. | 
          
                                                                                        | BookOutline | class | core/modules/book/src/BookOutline.php | Provides handling to render the book outline. | 
          
                                                                                        | BookOutline.php | file | core/modules/book/src/BookOutline.php |  |