drupal_function_exists

Related topics

Namesort iconDescription
Code registryThe code registry engine.

Functions that call drupal_function_exists()

Namesort iconLocationDescription
aggregator_refreshdrupal/modules/aggregator/aggregator.moduleChecks a news feed for new items.
drupal_get_schemadrupal/includes/bootstrap.incGet the schema definition of a table, or the whole database schema.
drupal_maildrupal/includes/mail.incCompose and optionally send an e-mail message.
drupal_prepare_formdrupal/includes/form.incPrepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering.
drupal_renderdrupal/includes/common.incRenders HTML given a structured array tree.
drupal_retrieve_formdrupal/includes/form.incRetrieves the structured array that defines a given form.
form_execute_handlersdrupal/includes/form.incA helper function used to execute custom validation and submission handlers for a given form. Button-specific handlers are checked first. If none exist, the function falls back to form-level handlers.
image_get_available_toolkitsdrupal/includes/image.incReturn a list of available toolkits.
image_get_toolkitdrupal/includes/image.incRetrieve the name of the currently used toolkit.
image_toolkit_invokedrupal/includes/image.incInvokes the given method using the currently selected toolkit.
menu_execute_active_handlerdrupal/includes/menu.incExecute the page callback associated with the current path
module_enabledrupal/includes/module.incEnable a given list of modules.
module_hookdrupal/includes/module.incDetermine whether a module implements a hook.
module_implementsdrupal/includes/module.incDetermine which modules are implementing a hook.
module_invoke_alldrupal/includes/module.incInvoke a hook in all enabled modules that implement it.
module_load_includedrupal/includes/module.incLoad a module include file.
themedrupal/includes/theme.incGenerate the themed output.
xmlrpc_server_calldrupal/includes/xmlrpcs.incDispatch the request and any parameters to the appropriate handler.
_form_builder_handle_input_elementdrupal/includes/form.incPopulate the #value and #name properties of input elements so they can be processed and rendered. Also, execute any #process handlers attached to a specific element.
_form_validatedrupal/includes/form.incPerforms validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators.
_init_themedrupal/includes/theme.incInitialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present.
_menu_item_localizedrupal/includes/menu.incLocalize the router item title using t() or another callback.
_menu_router_builddrupal/includes/menu.incHelper function to build the router table based on the data from hook_menu.

Functions called by drupal_function_exists()

Namesort iconLocationDescription
db_querydrupal/includes/database/database.incExecute an arbitrary query string against the active database.
db_resultdrupal/includes/database/database.inc
_registry_check_codedrupal/includes/bootstrap.incHelper to check for a resource in the registry.