Functions

Primary tabs

Name Location Description Direct usessort descending Strings
views_fetch_plugin_names drupal/core/modules/views/views.module Fetch a list of all base tables available 6
system_authorized_get_url drupal/core/modules/system/system.module Return the URL for the authorize.php script. 6
field_is_translatable drupal/core/modules/field/field.multilingual.inc Checks whether a field has language support. 6
field_get_items drupal/core/modules/field/field.module Returns the field items in the language they currently would be displayed. 6
field_info_bundles drupal/core/modules/field/field.info.inc Returns information about existing bundles. 6
_field_invoke_multiple drupal/core/modules/field/field.attach.inc Invokes a field hook across fields on multiple entities. 6
search_get_info drupal/core/modules/search/search.module Returns information about available search modules. 6 1
node_type_save drupal/core/modules/node/node.module Saves a node type to the database. 6
node_add_body_field drupal/core/modules/node/node.module Adds the default body field to a node type. 6
node_revision_load drupal/core/modules/node/node.module Loads a node revision from the database. 6
node_save drupal/core/modules/node/node.module Saves changes to a node or adds a new node. 6 1
shortcut_sets drupal/core/modules/shortcut/shortcut.module Returns an array of all shortcut sets, keyed by the set name. 6
image_style_path drupal/core/modules/image/image.module Return the URI of an image when using a style. 6
taxonomy_term_load_multiple_by_name drupal/core/modules/taxonomy/taxonomy.module Try to map a string to an existing term, as for glossary use. 6
taxonomy_term_load_multiple drupal/core/modules/taxonomy/taxonomy.module Load multiple taxonomy terms based on certain conditions. 6
locale_translate_english drupal/core/modules/locale/locale.module Checks whether locale translates to English. 6 2
translation_entity_form_controller drupal/core/modules/translation_entity/translation_entity.module Returns the entity form controller for the given form. 6
views_fetch_fields drupal/core/modules/views/views_ui/admin.inc Fetch a list of all fields available for a given base type. 6
views_ui_truncate drupal/core/modules/views/views_ui/views_ui.module Truncate strings to a set length and provide a ... if they truncated. 6
_field_sql_storage_schema drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module Returns the database schema for a field. 6
_batch_test_finished_helper drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Provides a common 'finished' callback for batches 1 to 4. 6
update_variable_del drupal/core/includes/update.inc Delete a variable from the database during the 7.x-8.x upgrade path. 7
drupal_strtoupper drupal/core/includes/unicode.inc Uppercase a UTF-8 string. 7 1
language_types_info drupal/core/includes/language.inc Returns information about all defined language types. 7 4
language_negotiation_set drupal/core/includes/language.inc Saves a list of language negotiation methods for a language type. 7
file_get_stream_wrappers drupal/core/includes/file.inc Provides Drupal stream wrapper registry. 7 1
file_save_upload drupal/core/includes/file.inc Saves a file upload to a new location. 7
config_get_config_directory drupal/core/includes/bootstrap.inc Returns the path of a configuration directory. 7
db_query_range drupal/core/includes/database.inc Executes a query against the active database, restricted to a range. 7 2
config_install_default_config drupal/core/includes/config.inc Installs the default configuration of a given extension. 7
valid_url drupal/core/includes/common.inc Verifies the syntax of the given URL. 7
format_xml_elements drupal/core/includes/common.inc Formats XML elements. 7
parse_size drupal/core/includes/common.inc Parses a given byte count. 7
url_is_external drupal/core/includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com). 7
debug drupal/core/includes/common.inc Outputs debug information. 7 11
image_toolkit_invoke drupal/core/includes/image.inc Invokes the given method using the currently selected toolkit. 7
drupal_form_submit drupal/core/includes/form.inc Retrieves, populates, and processes a form. 7
drupal_process_form drupal/core/includes/form.inc Processes a form submission. 7
drupal_html_to_text drupal/core/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 7
theme_get_registry drupal/core/includes/theme.inc Get the theme registry. 7 1
menu_tree_output drupal/core/includes/menu.inc Returns a rendered menu tree. 7
views_theme_functions drupal/core/modules/views/views.module Build a list of theme function names for use most everywhere. 7
field_bundle_settings drupal/core/modules/field/field.module Gets or sets administratively defined bundle settings. 7
field_info_formatter_settings drupal/core/modules/field/field.info.inc Returns a field formatter's default settings. 7
field_attach_update drupal/core/modules/field/field.attach.inc Saves field data for an existing entity. 7
field_attach_prepare_view drupal/core/modules/field/field.attach.inc Prepares field data prior to display. 7
search_simplify drupal/core/modules/search/search.module Simplifies a string according to indexing rules. 7
node_type_get_label drupal/core/modules/node/node.module Returns the node type label for the passed node type name. 7
node_types_rebuild drupal/core/modules/node/node.module Updates the database cache of node types. 7
node_is_page drupal/core/modules/node/node.module Checks whether the current page is the full page view of the passed-in node. 7

Pages

Other projects