Search for book

  1. Search 7.x for book
  2. Search 9.5.x for book
  3. Search 8.9.x for book
  4. Search 10.3.x for book
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Book class core/modules/book/src/Plugin/migrate/destination/Book.php Plugin annotation @MigrateDestination( id = "book", provider = "book" )
Book class core/modules/book/src/Plugin/migrate/source/Book.php Drupal 6/7 book source from database.

All search results

Title Object type File name Summary
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::$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
BookOutline::$bookManager property core/modules/book/src/BookOutline.php The book manager.
BookOutline::childrenLinks function core/modules/book/src/BookOutline.php Formats the book links for the child pages of the current page.
BookOutline::nextLink function core/modules/book/src/BookOutline.php Fetches the book link for the next page of the book.
BookOutline::prevLink function core/modules/book/src/BookOutline.php Fetches the book link for the previous page of the book.

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