You are here

Functions in Book Copy 7

Primary tabs

Namesort descending Location Description Direct uses Strings
book_copy_book_process_book_copy ./book_copy.module Callback for book_copy ajax call from outline designer. 1
book_copy_clone_node_alter ./book_copy.module Implements hook_clone_node_alter().
book_copy_copy_book ./book_copy.module This function is intended to be called via drupals batch processing system and will clone an entire or partial book. 1
book_copy_install ./book_copy.install Implements hook_install().
book_copy_menu ./book_copy.module Implements hook_menu().
book_copy_node_view ./book_copy.module Implementatin of hook_node_view()
book_copy_outline_designer_form_overlay ./book_copy.module Implements hook_outline_designer_form_overlay().
book_copy_outline_designer_operations_alter ./book_copy.module Implements hook_outline_designer_operations_alter().
book_copy_outline_designer_ops_js ./book_copy.module Implements hook_outline_designer_ops_js().
book_copy_permission ./book_copy.module Implements hook_permission().
book_copy_schema ./book_copy.install Implements hook_schema().
book_copy_show_history ./book_copy.module This function while being very small is doing quite a bit, describe what it's doing This is also a page callback for 'book_copy/history/%node' so indicate it's a Callback function in the commment 1
hook_book_copy_alter ./book_copy.api.php Implements hook_book_copy_alter().
hook_book_copy_goto_alter ./book_copy.api.php Implements hook_book_copy_goto_alter().
_book_copy_get_book_history ./book_copy.module Render the data tree for display on the book history page. 1
_book_copy_initial_source ./book_copy.module Go back through to the initial source. 1
_book_copy_render_tree ./book_copy.module Typically this is going to be a theme_book_copy_render_tree function, that way you call it with theme('book_copy_render_tree') and would allow others to overload it via a theme specific implementation if they wanted to 1
_book_copy_tree ./book_copy.module Copy the data tree that's been passed in. 1

Other projects