Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
conf_path drupal/includes/bootstrap.inc Returns the appropriate configuration directory. 24 3
drupal_lookup_path drupal/includes/path.inc Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE. 5 3
system_admin_menu_block_page drupal/modules/system/system.admin.inc Provide a single block from the administration menu as a page. 3
user_view drupal/modules/user/user.module Generate an array for rendering the given user. 1 3
user_profile_form drupal/modules/user/user.pages.inc Form builder; edit a user account or one of their profile categories. 3
locale_field_language_fallback drupal/modules/locale/locale.module Applies language fallback rules to the fields attached to the given entity. 3 3
locale_url_outbound_alter drupal/modules/locale/locale.module Implements hook_url_outbound_alter(). 3
poll_votes drupal/modules/poll/poll.pages.inc Callback for the 'votes' tab for polls you can see other votes on 3
filter_fallback_format drupal/modules/filter/filter.module Returns the ID of the fallback text format that all users have access to. 14 3
_filter_autop drupal/modules/filter/filter.module Implements callback_filter_process(). 1 3
comment_delete drupal/modules/comment/comment.module Delete a comment and all its replies. 2 3
hook_block_view_MODULE_DELTA_alter drupal/modules/block/block.api.php Perform alterations to a specific block. 3
ajax_forms_test_lazy_load_form drupal/modules/simpletest/tests/ajax_forms_test.module Form builder: Builds a form that triggers a simple AJAX callback. 3
menu_login_callback drupal/modules/simpletest/tests/menu_test.module Menu callback to be used as a login path. 3
_batch_test_callback_1 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_operation(). 3
trigger_test_generic_action drupal/modules/trigger/tests/trigger_test.module Action fired during the "taxonomy", "comment", and "user" trigger tests. 3
_drupal_file_scan_cache drupal/includes/bootstrap.inc Returns the current list of cached file system scan results. 4 3
_unicode_caseflip drupal/includes/unicode.inc Flips U+C0-U+DE to U+E0-U+FD and back. 2
cache_clear_all drupal/includes/cache.inc Expires data from the cache. 80 2
ajax_base_page_theme drupal/includes/ajax.inc Theme callback for Ajax requests. 2
st drupal/includes/install.inc Translates a string when some systems are not available. 39 2
locale_language_url_rewrite_url drupal/includes/locale.inc Rewrite URLs for the URL language provider. 2
file_directory_temp drupal/includes/file.inc Gets the path of system-appropriate temporary directory. 5 2
l drupal/includes/common.inc Formats an internal or external URL link as an HTML anchor tag. 141 2
drupal_deliver_html_page drupal/includes/common.inc Packages and sends the result of a page callback to the browser as HTML. 2
drupal_sort_css_js drupal/includes/common.inc Sorts CSS and JavaScript resources. 2
_drupal_build_css_path drupal/includes/common.inc Prefixes all paths within a CSS file for drupal_build_css_cache(). 2 2
drupal_delete_file_if_stale drupal/includes/common.inc Callback to delete files modified more than a set time ago. 2
drupal_html_id drupal/includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness. 13 2
drupal_get_library drupal/includes/common.inc Retrieves information for a JavaScript/CSS library. 5 2
element_sort_by_title drupal/includes/common.inc Array sorting callback; sorts elements by title. 2
element_validate_integer drupal/includes/form.inc Form element validation handler for integer elements. 1 2
_drupal_error_handler drupal/includes/bootstrap.inc Provides custom PHP error handling. 2 2
_drupal_exception_handler drupal/includes/bootstrap.inc Provides custom PHP exception handling. 2
drupal_autoload_interface drupal/includes/bootstrap.inc Confirms that an interface is available. 1 2
drupal_autoload_class drupal/includes/bootstrap.inc Confirms that a class is available. 1 2
db_query drupal/includes/database/database.inc Executes an arbitrary query string against the active database. 128 2
update_authorize_batch_copy_project drupal/modules/update/update.authorize.inc Implements callback_batch_operation(). 2
_field_sort_items_value_helper drupal/modules/field/field.module Same as above, using ['_weight']['#value'] 2
_field_extra_fields_pre_render drupal/modules/field/field.module Pre-render callback to adjust weights and visibility of non-field elements. 2
book_get_books drupal/modules/book/book.module Returns an array of all books. 4 2
image_gd_check_settings drupal/modules/system/image.gd.inc Verify GD2 settings (that the right version is actually installed). 3 2
system_rebuild_module_data drupal/modules/system/system.module Rebuild, save, and return data about all currently available modules. 16 2
system_message_action drupal/modules/system/system.module Sends a message to the current user's screen. 2
system_get_date_types drupal/modules/system/system.module Gets the list of available date types and attributes. 7 2
path_form_element_validate drupal/modules/path/path.module Form element validation handler for URL alias form element. 2
simpletest_verbose drupal/modules/simpletest/drupal_web_test_case.php Logs verbose message in a text file. 2 2
taxonomy_get_tree drupal/modules/taxonomy/taxonomy.module Create a hierarchical representation of a vocabulary. 14 2
taxonomy_overview_terms drupal/modules/taxonomy/taxonomy.admin.inc Form builder for the taxonomy terms overview. 1 2
taxonomy_form_term drupal/modules/taxonomy/taxonomy.admin.inc Form function for the term edit form. 2

Pages

Other projects