Primary tabs

Namesort descending Location Description Direct uses Strings
blog_feed_last modules/blog/blog.module Displays an RSS feed containing recent blog entries of all users.
blog_feed_user modules/blog/blog.module Displays an RSS feed containing recent blog entries of a given user. 1
blog_form modules/blog/blog.module Implementation of hook_form().
blog_help modules/blog/blog.module Implementation of hook_help().
blog_link modules/blog/blog.module Implementation of hook_link().
blog_menu modules/blog/blog.module Implementation of hook_menu().
blog_node_info modules/blog/blog.module Implementation of hook_node_info().
blog_page modules/blog/blog.module Menu callback; displays a Drupal page containing recent blog entries. 2
blog_page_last modules/blog/blog.module Displays a Drupal page containing recent blog entries of all users.
blog_page_user modules/blog/blog.module Displays a Drupal page containing recent blog entries of a given user.
blog_perm modules/blog/blog.module Implementation of hook_perm().
blog_user modules/blog/blog.module Implementation of hook_user().
blog_view modules/blog/blog.module Implementation of hook_view().
book_access modules/book/book.module Implementation of hook_access().
book_admin modules/book/book.module Menu callback; displays the book administration page. 1
book_admin_edit modules/book/book.module Display an administrative view of the hierarchy of a book. 2
book_admin_edit_submit modules/book/book.module
book_admin_orphan modules/book/book.module Menu callback; displays a listing of all orphaned book pages. 1
book_admin_overview modules/book/book.module Returns an administrative overview of all books.
book_block modules/book/book.module Implementation of hook_block().
book_content modules/book/book.module Returns the content of a given node. If $teaser if TRUE, returns the teaser rather than full content. Displays the most recently approved revision of a node (if any) unless we have to display this page in the context of the moderation queue.
book_export modules/book/book.module Menu callback; Generates various representation of a book page with all descendants and prints the requested representation to output. 1
book_export_html modules/book/book.module This function is called by book_export() to generate HTML for export.
book_form modules/book/book.module Implementation of hook_form().
book_help modules/book/book.module Implementation of hook_help().
book_insert modules/book/book.module Implementation of hook_insert().
book_install modules/book/book.install Implementation of hook_install().
book_link modules/book/book.module Implementation of hook_link().
book_location modules/book/book.module Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the root to the parent of the given node. 2
book_location_down modules/book/book.module Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the given node down to the last sibling of it. 1
book_menu modules/book/book.module Implementation of hook_menu().
book_next modules/book/book.module Fetches the node object of the next page of the book.
book_nodeapi modules/book/book.module Implementation of hook_nodeapi().
book_node_info modules/book/book.module Implementation of hook_node_info().
book_node_visitor_html_post modules/book/book.module Finishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse(). 1
book_node_visitor_html_pre modules/book/book.module Generates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse(). 1
book_outline modules/book/book.module Implementation of function book_outline() Handles all book outline operations.
book_outline_submit modules/book/book.module Handles book outline form submissions.
book_perm modules/book/book.module Implementation of hook_perm().
book_prev modules/book/book.module Fetches the node object of the previous page of the book.
book_recurse modules/book/book.module Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated… 1
book_render modules/book/book.module Menu callback; prints a listing of all books. 1
book_submit modules/book/book.module Implementation of hook_submit().
book_toc modules/book/book.module Returns an array of titles and nid entries of book pages in table of contents order. 1
book_toc_recurse modules/book/book.module This is a helper function for book_toc(). 1
book_tree modules/book/book.module Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree. 1
book_tree_recurse modules/book/book.module This is a helper function for book_tree()
book_uninstall modules/book/book.install Implementation of hook_uninstall().
bootstrap_hooks includes/bootstrap.inc Define the critical hooks that force modules to always be loaded.
bootstrap_invoke_all includes/bootstrap.inc Call all init or exit hooks without including all modules.

Pages

Other projects