You are here

Functions in Book Copy 6

Primary tabs

Namesort descending Location Description Direct uses Strings
book_copy_batch_copy ./book_copy.module This function defines our batch book copy process and starts it Error checking ensures that we have a valid book, and generates a warning if the user tries to copy a non book 1
book_copy_can_copy ./book_copy.module Given a book id and an optional subtree (nid) this function determines if the user can copy the given book. 2 1
book_copy_clone_node_alter ./book_copy.module Implementation of hook_clone_node_alter
book_copy_confirm_copy ./book_copy.module Presents the user with a confirm dialog to avoid creating a mess of copied nodes. 1
book_copy_confirm_copy_submit ./book_copy.module
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_copy_redirection ./book_copy.module Given a bid/nid this function will generate any messages and the proper url the user should be redirected to 1
book_copy_explain ./book_copy.module 1
book_copy_find_subtree ./book_copy.module Given a book id and an optional subtree (nid) this function returns a list of node ids in book order that match the given criteria. 2
book_copy_install ./book_copy.install Implementation of hook_install().
book_copy_link ./book_copy.module Implementatin of hook_link()
book_copy_menu ./book_copy.module implementation of hook_menu
book_copy_perm ./book_copy.module implementation of hook_perm
book_copy_schema ./book_copy.install Implementation of hook_schema().
book_copy_show_history ./book_copy.module Initial function to render a books copy history 1
book_copy_uninstall ./book_copy.install Implementation of hook_uninstall().
book_copy_update_6000 ./book_copy.install
_book_copy_get_book_history ./book_copy.module This function calls the recursive _book_copy_tree() to build book history data 1
_book_copy_initial_source ./book_copy.module Recursive function to traverse up a book history tree to find the originating source of the book corresponding to $bid 1
_book_copy_render_tree ./book_copy.module Function responsible for generating book history 1
_book_copy_tree ./book_copy.module Recursive function used to build tree information for a book 1

Other projects