Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for book

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
book_outline_form function modules/book/book.pages.inc Form constructor for the book outline form.
book_get_flat_menu function modules/book/book.module Gets the book menu tree for a page and returns it as a linear array.
book_autoload_info function modules/book/book.module Implements hook_autoload_info().
book_views_plugins function modules/book/views/book.views.inc Implements hook_views_plugins().
_book_flatten_menu function modules/book/book.module Recursively converts a tree of menu links to a flat array.
_book_link_defaults function modules/book/book.module Returns an array with default values for a book page's menu link.
_book_parent_select function modules/book/book.module Builds the parent selection form element for the node form or outline tab.
book_admin_overview function modules/book/book.admin.inc Returns an administrative overview of all books.
book_node_view_link function modules/book/book.module Adds relevant book links to the node's links.
book_admin_settings function modules/book/book.admin.inc Form constructor for the book settings form.
BookTestCase::setUp function modules/book/tests/book.test Sets up a Backdrop site for running functional and integration tests.
BookTestCase::$book property modules/book/tests/book.test A book node.
book_node_predelete function modules/book/book.module Implements hook_node_predelete().
_book_outline_access function modules/book/book.module Access callback: Determines if the outline tab is accessible.
book_block_configure function modules/book/book.module Implements hook_block_configure().
_book_update_outline function modules/book/book.module Handles additions and updates to the book outline.
book_type_is_allowed function modules/book/book.module Determine if a given node type is in the list of types allowed for books.
book_node_type_update function modules/book/book.module Implements hook_node_type_update().
book_preprocess_block function modules/book/book.module Implements hook_preprocess_block().
BookTestCase::testBook function modules/book/tests/book.test Tests book functionality through node interfaces.
book_admin_edit_submit function modules/book/book.admin.inc Form submission handler for book_admin_edit().
_book_admin_table_tree function modules/book/book.admin.inc Helps build the main table in the book administration page form.
book_menu_subtree_data function modules/book/book.module Gets the data representing a subtree of the book hierarchy.
book_entity_info_alter function modules/book/book.module Implements hook_entity_info_alter().
theme_book_admin_table function modules/book/book.admin.inc Returns HTML for a book administration form.
_book_node_is_removable function modules/book/book.module Determines if a node can be removed from the book.
book_remove_form_submit function modules/book/book.pages.inc Form submission handler for book_remove_form().
book-navigation.tpl.php file modules/book/templates/book-navigation.tpl.php Default theme implementation to navigate books.
BookTestCase::$web_user property modules/book/tests/book.test A user with permission to view a book.
_book_add_form_elements function modules/book/book.module Builds the common elements of the book form for the node and outline forms.
book_outline_form_submit function modules/book/book.pages.inc Form submission handler for book_outline_form().
BookTestCase::createBook function modules/book/tests/book.test Creates a new book with a page hierarchy.
_book_parent_depth_limit function modules/book/book.module Finds the depth limit for items in the parent select.
book_admin_edit_validate function modules/book/book.admin.inc Form validation handler for book_admin_edit().
_book_install_type_create function modules/book/book.install Creates the book content type.
BookTestCase::$admin_user property modules/book/tests/book.test A user with permission to create and edit books and to administer blocks.
book_remove_button_submit function modules/book/book.pages.inc Form submission handler for book_outline_form().
book_form_node_form_alter function modules/book/book.module Implements hook_form_BASE_FORM_ID_alter().
book_admin_settings_submit function modules/book/book.admin.inc Form submission handler for book_admin_settings().
BookTestCase::$book_author property modules/book/tests/book.test A user with permission to create and edit books.
book_pick_book_nojs_submit function modules/book/book.module Form submission handler for node_form().
TranslationTestCase::$book property modules/translation/tests/translation.test
BookTestCase::checkBookNode function modules/book/tests/book.test Checks the outline of sub-pages; previous, up, and next.
_book_outline_remove_access function modules/book/book.module Access callback: Determines if the user can remove nodes from the outline.
BookTestCase::createBookNode function modules/book/tests/book.test Creates a book node.
book-all-books-block.tpl.php file modules/book/templates/book-all-books-block.tpl.php Default theme implementation for rendering book outlines within a block.
BookTestCase::testBookDelete function modules/book/tests/book.test Tests the access for deleting top-level book nodes.
book_admin_settings_validate function modules/book/book.admin.inc Form validation handler for book_admin_settings().
book_form_node_delete_confirm_alter function modules/book/book.module Implements hook_form_FORM_ID_alter().
template_preprocess_book_navigation function modules/book/book.theme.inc Processes variables for book-navigation.tpl.php.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS