hook_search

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.
Search interfaceThe Drupal search interface manages a global search mechanism.

Functions that call hook_search()

Namesort iconLocationDescription
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.

Functions called by hook_search()

Namesort iconLocationDescription
db_querydrupal/includes/database.incRuns a basic query in the active database.
db_resultdrupal/includes/database.pgsql.incReturn an individual result field from the previous query.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
drupal_map_assocdrupal/includes/common.incForm an associative array from a linear array.
drupal_renderdrupal/includes/common.incRenders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view().
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
module_existsdrupal/includes/module.incDetermine whether a given module exists.
module_invokedrupal/includes/module.incInvoke a hook in a particular module.
node_build_contentdrupal/modules/node/node.moduleBuilds a structured array representing the node's content.
node_get_typesdrupal/modules/node/node.moduleBuilds a list of available node types, and returns all of part of this list in the specified format.
node_invokedrupal/modules/node/node.moduleInvoke a node hook.
node_invokedrupal/modules/node/node.moduleInvoke a node hook.
node_invokedrupal/modules/node/node.moduleInvoke a node hook.
node_invokedrupal/modules/node/node.moduleInvoke a node hook.
node_invoke_nodeapidrupal/modules/node/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_invoke_nodeapidrupal/modules/node/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_invoke_nodeapidrupal/modules/node/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_invoke_nodeapidrupal/modules/node/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_invoke_nodeapidrupal/modules/node/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_loaddrupal/modules/node/node.moduleLoad a node object from the database.
node_loaddrupal/modules/node/node.moduleLoad a node object from the database.
node_loaddrupal/modules/node/node.moduleLoad a node object from the database.
node_loaddrupal/modules/node/node.moduleLoad a node object from the database.
node_loaddrupal/modules/node/node.moduleLoad a node object from the database.
search_excerptdrupal/modules/search/search.moduleReturns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results.
search_excerptdrupal/modules/search/search.moduleReturns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results.
search_excerptdrupal/modules/search/search.moduleReturns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results.
search_excerptdrupal/modules/search/search.moduleReturns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results.
search_excerptdrupal/modules/search/search.moduleReturns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results.
search_query_extractdrupal/modules/search/search.moduleExtract a module-specific search option from a search query. e.g. 'type:book'
search_query_insertdrupal/modules/search/search.moduleReturn a query with the given module-specific search option inserted in. e.g. 'type:book'.
tdrupal/includes/common.incTranslate strings to the current locale.
tdrupal/includes/common.incTranslate strings to the current locale.
tdrupal/includes/common.incTranslate strings to the current locale.
tdrupal/includes/common.incTranslate strings to the current locale.
tdrupal/includes/common.incTranslate strings to the current locale.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
urldrupal/includes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
urldrupal/includes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
urldrupal/includes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
urldrupal/includes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
urldrupal/includes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
variable_deldrupal/includes/bootstrap.incUnset a persistent variable.
variable_deldrupal/includes/bootstrap.incUnset a persistent variable.
variable_deldrupal/includes/bootstrap.incUnset a persistent variable.
variable_deldrupal/includes/bootstrap.incUnset a persistent variable.
variable_deldrupal/includes/bootstrap.incUnset a persistent variable.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.
_db_rewrite_sqldrupal/includes/database.incHelper function for db_rewrite_sql.