Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
drupal_maintenance_theme drupal/core/includes/bootstrap.inc Enables use of the theme system without requiring database access. 6
drupal_installation_attempted drupal/core/includes/bootstrap.inc Returns TRUE if a Drupal installation is currently being attempted. 6
language_types_get_default drupal/core/includes/bootstrap.inc Returns a list of the built-in language types. 6
language_get_default_langcode drupal/core/modules/language/language.module Returns the default language code assigned to an entity type and a bundle. 6
update_storage_clear drupal/core/modules/update/update.module Invalidates stored data relating to update status. 6
field_access drupal/core/modules/field/field.module Determines whether the user has access to a given field. 6
_field_create_entity_from_ids drupal/core/modules/field/field.module Assembles a partial entity structure with initial IDs. 6
search_get_info drupal/core/modules/search/search.module Returns information about available search modules. 6 1
system_authorized_get_url drupal/core/modules/system/system.module Return the URL for the authorize.php script. 6
views_ui_truncate drupal/core/modules/views_ui/views_ui.module Truncate strings to a set length and provide a ... if they truncated. 6
taxonomy_vocabulary_get_names drupal/core/modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies. 6 1
taxonomy_term_load_multiple drupal/core/modules/taxonomy/taxonomy.module Load multiple taxonomy terms based on certain conditions. 6
_forum_update_forum_index drupal/core/modules/forum/forum.module Updates the taxonomy index for a given node. 6
aggregator_refresh drupal/core/modules/aggregator/aggregator.module Checks a news feed for new items. 6 1
node_add_body_field drupal/core/modules/node/node.module Adds the default body field to a node type. 6
node_is_page drupal/core/modules/node/node.module Checks whether the current page is the full page view of the passed-in node. 6
user_load_multiple drupal/core/modules/user/user.module Loads multiple users based on certain conditions. 6
user_roles drupal/core/modules/user/user.module Retrieve an array of roles matching specified conditions. 6 4
user_role_revoke_permissions drupal/core/modules/user/user.module Revoke permissions from a user role. 6
locale_translate_english drupal/core/modules/locale/locale.module Checks whether locale translates to English. 6 2
locale_translation_get_file_history drupal/core/modules/locale/locale.module Gets current translation status from the {locale_file} table. 6 4
rdf_mapping_save drupal/core/modules/rdf/rdf.module Saves an RDF mapping to the database. 6
text_sanitize drupal/core/modules/text/text.module Sanitizes the 'value' or 'summary' data of a text value. 6
filter_get_roles_by_format drupal/core/modules/filter/filter.module Retrieves a list of roles that are allowed to use a given text format. 6
field_test_create_bundle drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Creates a new bundle for test_entity entities. 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
config_context_enter drupal/core/includes/config.inc Sets the config context on the config factory. 6
drupal_wrap_mail drupal/core/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 6
field_purge_batch drupal/core/modules/field/field.crud.inc Purges a batch of deleted Field API data, instances, or fields. 6
_field_invoke_multiple drupal/core/modules/field/field.attach.inc Invokes a field hook across fields on multiple entities. 6
field_attach_load_revision drupal/core/modules/field/field.attach.inc Loads all fields for previous versions of a group of entities. 6
field_attach_extract_form_values drupal/core/modules/field/field.attach.inc Populates an entity object with values from a form submission. 6
translation_entity_controller drupal/core/modules/translation_entity/translation_entity.module Entity translation controller factory. 6
language_negotiation_url_domains drupal/core/modules/language/language.negotiation.inc Reads language domains. 6
menu_link_load drupal/core/modules/menu_link/menu_link.module Loads a menu link entity. 6
db_set_active drupal/core/includes/database.inc Sets a new active database. 5
db_add_index drupal/core/includes/database.inc Adds an index. 5
drupal_strtoupper drupal/core/includes/unicode.inc Uppercase a UTF-8 string. 5 1
entity_revision_load drupal/core/includes/entity.inc Loads an entity from the database. 5
entity_load_by_uuid drupal/core/includes/entity.inc Loads an entity by UUID. 5
drupal_verify_install_file drupal/core/includes/install.inc Verifies the state of the specified file. 5
update_resolve_dependencies drupal/core/includes/update.inc Resolves dependencies in a set of module updates, and orders them correctly. 5
update_add_uuids drupal/core/includes/update.inc Helper function to update entities with uuid. 5
drupal_set_installed_schema_version drupal/core/includes/schema.inc Updates the installed version information for a module. 5
system_list_reset drupal/core/includes/module.inc Resets all system_list() caches. 5
file_stream_wrapper_get_instance_by_uri drupal/core/includes/file.inc Returns a reference to the stream wrapper class responsible for a given URI. 5
file_stream_wrapper_get_instance_by_scheme drupal/core/includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme. 5
file_upload_max_size drupal/core/includes/file.inc Determines the maximum file upload size by querying the PHP settings. 5
theme_get_registry drupal/core/includes/theme.inc Gets the theme registry. 5 1
drupal_find_theme_templates drupal/core/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates. 5

Pages

Other projects