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_toc function modules/book/book.module Returns an array of book pages in table of contents order.
book_next function modules/book/book.module Fetches the menu link for the next page of the book.
book_prev function modules/book/book.module Fetches the menu link for the previous page of the book.
book_init function modules/book/book.module Implements hook_init().
book_menu function modules/book/book.module Implements hook_menu().
book.info file modules/book/book.info type = module name = Book description = Allows users to create and organize related content in an outline. package = System tags[] = Content tags[] = Site Navigation tags[] = Structure version = BACKDROP_VERSION backdrop = 1.x dependencies[] =…
book.test file modules/book/tests/book.test Tests for book.module.
book_theme function modules/book/book.module Implements hook_theme().
book.module file modules/book/book.module Allows users to create and organize related content in an outline.
book_tokens function modules/book/book.tokens.inc Implements hook_tokens() on behalf of book.module.
book_schema function modules/book/book.install Implements hook_schema().
book_render function modules/book/book.pages.inc Menu callback: Prints a listing of all books.
book_outline function modules/book/book.pages.inc Page callback: Shows the outline form for a single node.
book_install function modules/book/book.install Implements hook_install().
book.install file modules/book/book.install Install, update and uninstall functions for the book module.
BookTestCase class modules/book/tests/book.test Tests the functionality of the Book module.
book_children function modules/book/book.module Formats the menu links for the child pages of the current page.
book_views_api function modules/book/book.module Implements hook_views_api().
book.admin.css file modules/book/css/book.admin.css Admin styles for book module.
book_get_books function modules/book/book.module Returns an array of all books.
book.theme.css file modules/book/css/book.theme.css Styling for the book module.
book.views.inc file modules/book/views/book.views.inc Provide views data and handlers for book.module.
book_link_load function modules/book/book.module Get a translated book menu link by its menu link ID.
book_node_load function modules/book/book.module Implements hook_node_load().
book_menu_name function modules/book/book.module Generates the corresponding menu name from a book ID.
book.pages.inc file modules/book/book.pages.inc User page callbacks for the book module.
book.theme.inc file modules/book/book.theme.inc Theme functions for the Book module.
book_uninstall function modules/book/book.install Implements hook_uninstall().
book_node_view function modules/book/book.module Implements hook_node_view().
book.admin.inc file modules/book/book.admin.inc Admin page callbacks for the Book module.
book_admin_edit function modules/book/book.admin.inc Form constructor for administering a single book's hierarchy.
book_permission function modules/book/book.module Implements hook_permission().
book_token_info function modules/book/book.tokens.inc Implements hook_token_info().
book_block_info function modules/book/book.module Implements hook_block_info().
book_block_view function modules/book/book.module Implements hook_block_view().
book_views_data function modules/book/views/book.views.inc Implements hook_views_data().
book.tests.info file modules/book/tests/book.tests.info [BookTestCase] name = Book functionality description = Create a book, add pages, and test book interface. group = Book file = book.test
book.tokens.inc file modules/book/book.tokens.inc Builds placeholder replacement tokens for book-related data.
book_update_bid function modules/book/book.module Updates the book ID of a page and its children when it moves to a new book.
book_config_info function modules/book/book.module Implements hook_config_info().
book_node_update function modules/book/book.module Implements hook_node_update().
book_node_insert function modules/book/book.module Implements hook_node_insert().
book_admin_paths function modules/book/book.module Implements hook_admin_paths().
book_update_1000 function modules/book/book.install Move book settings from variables to config.
book_form_update function modules/book/book.module Renders a new parent page select element when the book selection changes.
book_remove_form function modules/book/book.pages.inc Form constructor to confirm removal of a node from a book.
_book_admin_table function modules/book/book.admin.inc Builds the table portion of the form for the book administration page.
book_outline_form function modules/book/book.pages.inc Form constructor for the book outline form.
book_node_prepare function modules/book/book.module Implements hook_node_prepare().
book_node_presave function modules/book/book.module Implements hook_node_presave().

Pages

  • 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