Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
image_styles drupal/modules/image/image.module Gets an array of all styles and their settings. 6 8
image_style_options drupal/modules/image/image.module Gets an array of image styles suitable for using as select list options. 6
_batch_test_finished_helper drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 6
_field_sql_storage_schema drupal/modules/field/modules/field_sql_storage/field_sql_storage.module Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema. 6
drupal_strtoupper drupal/includes/unicode.inc Uppercase a UTF-8 string. 5 1
drupal_wrap_mail drupal/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 5
drupal_uninstall_modules drupal/includes/install.inc Uninstalls a given list of disabled modules. 5
update_resolve_dependencies drupal/includes/update.inc Resolves dependencies in a set of module updates, and orders them correctly. 5
pager_load_array drupal/includes/pager.inc Helper function 5
_locale_invalidate_js drupal/includes/locale.inc Force the JavaScript translation file(s) to be refreshed. 5
file_stream_wrapper_get_instance_by_uri drupal/includes/file.inc Returns a reference to the stream wrapper class responsible for a given URI. 5
file_valid_uri drupal/includes/file.inc Determines whether the URI has a valid scheme for file API operations. 5
drupal_dirname drupal/includes/file.inc Gets the name of the directory from a given path. 5
drupal_mkdir drupal/includes/file.inc Creates a directory using Drupal's default mode. 5
file_directory_temp drupal/includes/file.inc Gets the path of system-appropriate temporary directory. 5 2
xmlrpc_message_set drupal/includes/xmlrpc.inc Stores a copy of the most recent XML-RPC message object temporarily. 5
language_negotiation_info drupal/includes/language.inc Returns all the defined language negotiation providers. 5 3
drupal_add_region_content drupal/includes/common.inc Adds content to a specified region. 5
drupal_set_time_limit drupal/includes/common.inc Attempts to set the PHP maximum execution time. 5
drupal_get_library drupal/includes/common.inc Retrieves information for a JavaScript/CSS library. 5 2
drupal_json_encode drupal/includes/common.inc Converts a PHP variable into its JavaScript equivalent. 5
drupal_set_page_content drupal/includes/common.inc Sets the main page content value for later use. 5
drupal_implode_tags drupal/includes/common.inc Implodes an array of tags into a string. 5
entity_create_stub_entity drupal/includes/common.inc Helper function to assemble an object structure with initial ids. 5
drupal_help_arg drupal/includes/menu.inc Generates elements for the $arg array in the help hook. 5
menu_get_active_trail drupal/includes/menu.inc Gets the active trail (path to root menu root) of the current page. 5
menu_cache_clear_all drupal/includes/menu.inc Clears all cached menu data. 5
_drupal_decode_exception drupal/includes/errors.inc Decodes an exception and retrieves the correct caller. 5
_drupal_get_last_caller drupal/includes/errors.inc Gets the last caller from a backtrace. 5
form_get_cache drupal/includes/form.inc Fetches a form from cache. 5
form_set_cache drupal/includes/form.inc Stores a form in the cache. 5
timer_start drupal/includes/bootstrap.inc Starts the timer with the specified name. 5
drupal_page_is_cacheable drupal/includes/bootstrap.inc Determines the cacheability of the current page. 5
drupal_get_http_header drupal/includes/bootstrap.inc Gets the HTTP response headers for the current page. 5
drupal_get_bootstrap_phase drupal/includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process. 5
drupal_maintenance_theme drupal/includes/bootstrap.inc Enables use of the theme system without requiring database access. 5
drupal_language_types drupal/includes/bootstrap.inc Returns a list of the built-in language types. 5
language_types drupal/includes/bootstrap.inc Returns an array of the available language types. 5 6
_registry_check_code drupal/includes/bootstrap.inc Checks for a resource in the registry. 5
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
update_manager_access drupal/modules/update/update.module Access callback: Resolves if the current user can access updater menu items. 5 1
field_bundle_settings drupal/modules/field/field.module Gets or sets administratively defined bundle settings. 5 1
field_attach_load_revision drupal/modules/field/field.attach.inc Load all fields for previous versions of a group of entities. 5
field_attach_validate drupal/modules/field/field.attach.inc Perform field validation against the field data in an entity. 5
field_attach_presave drupal/modules/field/field.attach.inc Perform necessary operations just before fields data get saved. 5
field_attach_preprocess drupal/modules/field/field.attach.inc Populate the template variables with the field values available for rendering. 5
_field_info_collate_types drupal/modules/field/field.info.inc Collates all information on field types, widget types and related structures. 5
field_info_extra_fields drupal/modules/field/field.info.inc Returns a list and settings of pseudo-field elements in a given bundle. 5
field_info_field_settings drupal/modules/field/field.info.inc Returns a field type's default settings. 5
field_purge_batch drupal/modules/field/field.crud.inc Purges a batch of deleted Field API data, instances, or fields. 5

Pages

Other projects