book_export

Functions that call book_export()

Namesort iconLocationDescription
book_exportmodules/book/book.moduleMenu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.

Functions called by book_export()

Namesort iconLocationDescription
book_exportmodules/book/book.moduleMenu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
book_locationmodules/book/book.moduleGiven 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.
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_num_rowsincludes/database.pgsql.incDetermine how many result rows were found by the preceding query.
db_queryincludes/database.incRuns a basic query in the active database.
db_rewrite_sqlincludes/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_set_messageincludes/bootstrap.incSet a message which reflects the status of the performed operation.
drupal_strtolowerincludes/unicode.incLowercase a UTF-8 string.
tincludes/common.incTranslate strings to the current locale.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.