Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
views_form_views_form drupal/core/modules/views/views.module Callback for the main step of a Views form. Invoked by views_form(). 4
locale_translation_get_file_history drupal/core/modules/locale/locale.module Gets current translation status from the {locale_file} table. 6 4
ajax_forms_test_lazy_load_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form builder: Builds a form that triggers a simple AJAX callback. 4
language_types_info drupal/core/includes/language.inc Returns information about all defined language types. 7 4
field_language drupal/core/modules/field/field.multilingual.inc Returns the display language code for the fields attached to the given entity. 9 4
field_attach_delete_revision drupal/core/modules/field/field.attach.inc Delete field data for a single revision of an existing entity. The passed entity must have a revision ID attribute. 1 4
anything drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_IsAnything matcher object. 4
contains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_TraversableContains matcher object. 4
db_query drupal/core/includes/database.inc Executes an arbitrary query string against the active database. 70 3
drupal_html_id drupal/core/includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness. 21 3
drupal_pre_render_links drupal/core/includes/common.inc Pre-render callback: Collects child links into a single array. 3
menu_set_active_trail drupal/core/includes/menu.inc Sets the active trail (path to the menu tree root) of the current page. 1 3
conf_path drupal/core/includes/bootstrap.inc Returns the appropriate configuration directory. 37 3
_drupal_error_handler drupal/core/includes/bootstrap.inc Provides custom PHP error handling. 3
_drupal_exception_handler drupal/core/includes/bootstrap.inc Provides custom PHP exception handling. 3
_entity_reference_form_process_merge_parent drupal/core/modules/entity_reference/entity_reference.module Render API callback: Moves entity_reference specific Form API elements (i.e. 'handler_settings') up a level for easier processing by the validation and submission handlers. 3
system_date_time_lookup drupal/core/modules/system/system.admin.inc Ajax callback; Returns the date for a given format string. 3
views_ui_pre_render_flatten_data drupal/core/modules/views_ui/admin.inc Flattens the structure of an element containing the #flatten property. 3
datetime_default_value drupal/core/modules/datetime/datetime.module Sets a default value for an empty date field. 3
_batch_test_callback_1 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Performs a simple batch operation. 3
menu_login_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Menu callback to be used as a login path. 3
language_negotiation_info drupal/core/includes/language.inc Returns all defined language negotiation methods. 5 3
edit_field_form drupal/core/modules/edit/edit.module Form constructor for the field editing form. 3
taxonomy_autocomplete drupal/core/modules/taxonomy/taxonomy.pages.inc Page callback: Outputs JSON for taxonomy autocomplete suggestions. 3
callback drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_Callback matcher object. 3
db_query_range drupal/core/includes/database.inc Executes a query against the active database, restricted to a range. 7 2
drupal_strlen drupal/core/includes/unicode.inc Counts the number of characters in a UTF-8 string. 28 2
entity_view drupal/core/includes/entity.inc Returns the render array for an entity. 15 2
file_get_stream_wrappers drupal/core/includes/file.inc Provides Drupal stream wrapper registry. 8 2
file_default_scheme drupal/core/includes/file.inc Gets the default file stream implementation. 17 2
file_create_url drupal/core/includes/file.inc Creates a web-accessible URL for a stream to an external or local file. 47 2
template_preprocess drupal/core/includes/theme.inc Adds a default set of helper variables for variable processors and templates. 1 2
drupal_sort_css_js drupal/core/includes/common.inc Sorts CSS and JavaScript resources. 2
_drupal_build_css_path drupal/core/includes/common.inc Prefixes all paths within a CSS file for drupal_build_css_cache(). 2 2
drupal_delete_file_if_stale drupal/core/includes/common.inc Deletes files modified more than a set time ago. 2
drupal_add_library drupal/core/includes/common.inc Adds multiple JavaScript or CSS files at the same time. 33 2
hide drupal/core/includes/common.inc Hides an element from later rendering. 5 2
element_sort drupal/core/includes/common.inc Sorts a structured array by '#weight' property. 2
element_sort_by_title drupal/core/includes/common.inc Sorts a structured array by '#title' property. 2
drupal_sort_title drupal/core/includes/common.inc Sorts a structured array by 'title' key (no # prefix). 2
form_process_select drupal/core/includes/form.inc Processes a select list form element. 2
form_validate_number drupal/core/includes/form.inc Form element validation handler for #type 'number'. 2
update_authorize_batch_copy_project drupal/core/modules/update/update.authorize.inc Batch callback: Copies project to its proper place when authorized to do so. 2
_field_sort_items_value_helper drupal/core/modules/field/field.module Callback for usort() within theme_field_multiple_value_form(). 2
book_get_books drupal/core/modules/book/book.module Returns an array of all books. 2 2
shortcut_set_load drupal/core/modules/shortcut/shortcut.module Loads the data for a shortcut set. 14 2
system_date_format_exists drupal/core/modules/system/system.admin.inc Checks if the chosen machine_name exists or not. 2
system_plugin_ui_form drupal/core/modules/system/system.module Proxies to the plugin class' form method. 2
system_check_directory drupal/core/modules/system/system.module Checks the existence of the directory specified in $form_element. 2
system_rebuild_module_data drupal/core/modules/system/system.module Rebuild, save, and return data about all currently available modules. 21 2

Pages

Other projects