Functions

NameLocationDescription
book_node_exportmodules/book/book.moduleGenerates printer-friendly HTML for a node.
book_node_insertmodules/book/book.moduleImplements hook_node_insert().
book_node_loadmodules/book/book.moduleImplements hook_node_load().
book_node_preparemodules/book/book.moduleImplements hook_node_prepare().
book_node_presavemodules/book/book.moduleImplements hook_node_presave().
book_node_type_updatemodules/book/book.moduleImplements hook_node_type_update().
book_node_updatemodules/book/book.moduleImplements hook_node_update().
book_node_viewmodules/book/book.moduleImplements hook_node_view().
book_node_view_linkmodules/book/book.moduleInject links into $node as needed.
book_outlinemodules/book/book.pages.incMenu callback; show the outline form for a single node.
book_outline_formmodules/book/book.pages.incBuild the form to handle all book outline operations via the outline tab.
book_outline_form_submitmodules/book/book.pages.incHandles book outline form submissions from the outline tab.
book_page_altermodules/book/book.moduleImplements hook_page_alter().
book_permissionmodules/book/book.moduleImplements hook_permission().
book_prevmodules/book/book.moduleFetches the menu link for the previous page of the book.
book_remove_button_submitmodules/book/book.pages.incButton submit function to redirect to removal confirm form.
book_remove_formmodules/book/book.pages.incMenu callback; builds a form to confirm removal of a node from the book.
book_remove_form_submitmodules/book/book.pages.incConfirm form submit function to remove a node from the book.
book_rendermodules/book/book.pages.incMenu callback; prints a listing of all books.
book_schemamodules/book/book.installImplements hook_schema().
book_thememodules/book/book.moduleImplements hook_theme().
book_tocmodules/book/book.moduleReturns an array of book pages in table of contents order.
book_type_is_allowedmodules/book/book.moduleDetermine if a given node type is in the list of types allowed for books.
book_uninstallmodules/book/book.installImplements hook_uninstall().
book_update_bidmodules/book/book.moduleUpdate the bid for a page and its children when it is moved to a new book.
bootstrap_hooksincludes/bootstrap.incDefine the critical hooks that force modules to always be loaded.
bootstrap_invoke_allincludes/bootstrap.incCall all init or exit hooks without including all modules.
cache_clear_allincludes/cache.incExpire data from the cache.
cache_getincludes/cache.incReturn data from the persistent cache
cache_get_multipleincludes/cache.incReturn data from the persistent cache when given an array of cache IDs.
cache_is_emptyincludes/cache.incCheck if a cache bin is empty.
cache_setincludes/cache.incStore data in the persistent cache.
cck_devel_multiplesites/all/modules/devel/devel_generate.fields.incA simple function to return multiple values for fields that use custom multiple value widgets but don't need any other special multiple values handling. This will call the field generation function a random number of times and compile the results...
cck_generate_fieldssites/all/modules/devel/devel_generate.fields.incEnrich the $object that is about to be saved with arbitrary information in each of its fields.
check_fileincludes/common.inc
check_markupmodules/filter/filter.moduleRun all the enabled filters on a piece of text.
check_media_filessites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php
check_media_recordssites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php
check_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
check_still_filessites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php
check_still_recordssites/all/modules/mediamosa/modules/integrity_check/mediamosa_integrity_check.php
check_urlincludes/common.incPrepare a URL for use in an HTML attribute. Strips harmful protocols.
coder_add_spacesites/all/modules/coder/scripts/coder_format/coder_format.incWrite a space in certain conditions.
coder_brsites/all/modules/coder/scripts/coder_format/coder_format.inc') { // Prepend a new line. $result = rtrim($result); if (!$after_initial_comment) { coder_br($result); } else { // This probably will get set below, but it's good to // explicitly turn it off after the initial comment has // influenced...
coder_display_required_module_messagesites/all/modules/coder/coder.module
coder_exec_processorssites/all/modules/coder/scripts/coder_format/coder_format.incExecute special tasks on source code.
coder_format_filesites/all/modules/coder/scripts/coder_format/coder_format.incReads, backups, processes and writes the source code from and to a file.
coder_format_recursivesites/all/modules/coder/scripts/coder_format/coder_format.incRecursively process .module and .inc files in directory with coder_format_file().
coder_format_stringsites/all/modules/coder/scripts/coder_format/coder_format.incFormat the source code according to Drupal coding style guidelines.
coder_format_string_allsites/all/modules/coder/scripts/coder_format/coder_format.incFormats source code according to Drupal conventions, also using post and pre-processors.