You are here

Functions in Drupal 4

Primary tabs

Namesort descending Location Description Direct uses Strings
profile_field_delete_submit modules/profile.module Process a field delete form submission.
profile_field_form modules/profile.module Menu callback: Generate a form to add/edit a user profile field. 1
profile_field_form_submit modules/profile.module Process profile_field_form submissions.
profile_field_form_validate modules/profile.module Validate profile_field_form submissions.
profile_form_profile modules/profile.module 1
profile_help modules/profile.module Implementation of hook_help().
profile_load_profile modules/profile.module 2
profile_menu modules/profile.module Implementation of hook_menu().
profile_save_profile modules/profile.module 1
profile_user modules/profile.module Implementation of hook_user().
profile_validate_profile modules/profile.module 1
profile_view_field modules/profile.module 2
profile_view_profile modules/profile.module 1
referer_uri includes/bootstrap.inc Return the URI of the referring page. 2
request_uri includes/bootstrap.inc Since request_uri() is only available on Apache, we generate an equivalent using other environment variables. 6
search_block modules/search.module Implementation of hook_block().
search_box modules/search.module Output a search form for the search block and the theme's search box. 2
search_box_form_submit modules/search.module Process a block search form submission.
search_cron modules/search.module Implementation of hook_cron().
search_data modules/search.module Perform a standard search on the given keys, and return the formatted results. 3
search_dirty modules/search.module Marks a word as dirty (or retrieves the list of dirty words). This is used during indexing (cron). Words which are dirty have outdated total counts in the search_total table, and need to be recounted. 2
search_excerpt modules/search.module Returns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results. 1
search_expand_cjk modules/search.module Basic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long). 1
search_form modules/search.module Render a search form. 3 1
search_form_submit modules/search.module Process a search form submission.
search_form_validate modules/search.module As the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form.
search_get_keys modules/search.module Helper function for grabbing search keys. 2
search_help modules/search.module Implementation of hook_help(). 1
search_index modules/search.module Update the full-text search index for a particular item. 1 1
search_index_split modules/search.module Splits a string into tokens for indexing. 1
search_menu modules/search.module Implementation of hook_menu().
search_parse_query modules/search.module Parse a search query into SQL conditions. 1
search_perm modules/search.module Implementation of hook_perm().
search_preprocess modules/search.module Invokes hook_search_preprocess() in modules. 1
search_query_extract modules/search.module Extract a module-specific search option from a search query. e.g. 'type:book' 2
search_query_insert modules/search.module Return a query with the given module-specific search option inserted in. e.g. 'type:book'. 2
search_settings modules/search.module Menu callback; displays the search module settings page.
search_settings_form_validate modules/search.module Implementation of hook_validate().
search_simplify modules/search.module Simplifies a string according to indexing rules. 2
search_update_totals modules/search.module This function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails). 1
search_view modules/search.module Menu callback; presents the search form and/or search results. 1
search_wipe modules/search.module Wipes a part of or the entire search index. 5 1
search_wipe_confirm modules/search.module Menu callback: confirm wiping of the index. 1
search_wipe_confirm_submit modules/search.module Handler for wipe confirmation
sess_close includes/session.inc 1
sess_destroy includes/session.inc 1
sess_gc includes/session.inc 1
sess_open includes/session.inc @file User session handling functions. 1
sess_read includes/session.inc 1
sess_regenerate includes/session.inc Called when an anonymous user becomes authenticated or vice-versa. 1

Pages

Other projects