block_update_1002 |
core/modules/block/block.install |
Remove the legacy block tables. |
block_update_1003 |
core/modules/block/block.install |
Increase {block_custom}.title length to 255 characters. |
block_update_1004 |
core/modules/block/block.install |
Move individual blocks into config files. |
block_update_dependencies |
core/modules/block/block.install |
Implements hook_update_dependencies(). |
BookTestCase::checkBookNode |
core/modules/book/tests/book.test |
Checks the outline of sub-pages; previous, up, and next. |
BookTestCase::createBook |
core/modules/book/tests/book.test |
Creates a new book with a page hierarchy. |
BookTestCase::createBookNode |
core/modules/book/tests/book.test |
Creates a book node. |
BookTestCase::generateOutlinePattern |
core/modules/book/tests/book.test |
Creates a regular expression to check for the sub-nodes in the outline. |
BookTestCase::setUp |
core/modules/book/tests/book.test |
Sets up a Backdrop site for running functional and integration tests. |
BookTestCase::testBook |
core/modules/book/tests/book.test |
Tests book functionality through node interfaces. |
BookTestCase::testBookDelete |
core/modules/book/tests/book.test |
Tests the access for deleting top-level book nodes. |
BookTestCase::testBookNavigationBlock |
core/modules/book/tests/book.test |
Tests the functionality of the book navigation block. |
BookTestCase::testNavigationBlockOnAccessModuleEnabled |
core/modules/book/tests/book.test |
Tests the book navigation block when an access module is enabled. |
book_admin_edit |
core/modules/book/book.admin.inc |
Form constructor for administering a single book's hierarchy. |
book_admin_edit_submit |
core/modules/book/book.admin.inc |
Form submission handler for book_admin_edit(). |
book_admin_edit_validate |
core/modules/book/book.admin.inc |
Form validation handler for book_admin_edit(). |
book_admin_overview |
core/modules/book/book.admin.inc |
Returns an administrative overview of all books. |
book_admin_paths |
core/modules/book/book.module |
Implements hook_admin_paths(). |
book_admin_settings |
core/modules/book/book.admin.inc |
Form constructor for the book settings form. |
book_admin_settings_submit |
core/modules/book/book.admin.inc |
Form submission handler for book_admin_settings(). |
book_admin_settings_validate |
core/modules/book/book.admin.inc |
Form validation handler for book_admin_settings(). |
book_autoload_info |
core/modules/book/book.module |
Implements hook_autoload_info(). |
book_block_configure |
core/modules/book/book.module |
Implements hook_block_configure(). |
book_block_info |
core/modules/book/book.module |
Implements hook_block_info(). |
book_block_view |
core/modules/book/book.module |
Implements hook_block_view(). |
book_children |
core/modules/book/book.module |
Formats the menu links for the child pages of the current page. |
book_config_info |
core/modules/book/book.module |
Implements hook_config_info(). |
book_entity_info_alter |
core/modules/book/book.module |
Implements hook_entity_info_alter(). |
book_form_node_delete_confirm_alter |
core/modules/book/book.module |
Implements hook_form_FORM_ID_alter(). |
book_form_node_form_alter |
core/modules/book/book.module |
Implements hook_form_BASE_FORM_ID_alter(). |
book_form_update |
core/modules/book/book.module |
Renders a new parent page select element when the book selection changes. |
book_get_books |
core/modules/book/book.module |
Returns an array of all books. |
book_get_flat_menu |
core/modules/book/book.module |
Gets the book menu tree for a page and returns it as a linear array. |
book_init |
core/modules/book/book.module |
Implements hook_init(). |
book_install |
core/modules/book/book.install |
Implements hook_install(). |
book_link_load |
core/modules/book/book.module |
Get a translated book menu link by its menu link ID. |
book_menu |
core/modules/book/book.module |
Implements hook_menu(). |
book_menu_name |
core/modules/book/book.module |
Generates the corresponding menu name from a book ID. |
book_menu_subtree_data |
core/modules/book/book.module |
Gets the data representing a subtree of the book hierarchy. |
book_next |
core/modules/book/book.module |
Fetches the menu link for the next page of the book. |
book_node_insert |
core/modules/book/book.module |
Implements hook_node_insert(). |
book_node_load |
core/modules/book/book.module |
Implements hook_node_load(). |
book_node_predelete |
core/modules/book/book.module |
Implements hook_node_predelete(). |
book_node_prepare |
core/modules/book/book.module |
Implements hook_node_prepare(). |
book_node_presave |
core/modules/book/book.module |
Implements hook_node_presave(). |
book_node_type_update |
core/modules/book/book.module |
Implements hook_node_type_update(). |
book_node_update |
core/modules/book/book.module |
Implements hook_node_update(). |
book_node_view |
core/modules/book/book.module |
Implements hook_node_view(). |
book_node_view_link |
core/modules/book/book.module |
Adds relevant book links to the node's links. |
book_permission |
core/modules/book/book.module |
Implements hook_permission(). |