book_node_visitor_html_post

Functions that call book_node_visitor_html_post()

Namesort iconLocationDescription
book_node_visitor_html_postbook/book.moduleFinishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse().
book_recursebook/book.moduleTraverses 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...

Functions called by book_node_visitor_html_post()

Namesort iconLocationDescription
book_node_visitor_html_postbook/book.moduleFinishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse().