Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
drupal_strip_dangerous_protocols drupal/core/includes/common.inc Strips dangerous protocols (e.g. 'javascript:') from a URI. 5
drupal_set_time_limit drupal/core/includes/common.inc Attempts to set the PHP maximum execution time. 5
drupal_merge_js_settings drupal/core/includes/common.inc Merges an array of settings arrays into a single settings array. 5
drupal_get_library drupal/core/includes/common.inc Retrieves information for a JavaScript/CSS library. 5 1
hide drupal/core/includes/common.inc Hides an element from later rendering. 5 2
menu_build_tree drupal/core/includes/menu.inc Builds a menu tree, translates links, and checks access. 5
menu_tree_data drupal/core/includes/menu.inc Sorts and returns the built data representing a menu tree. 5
drupal_help_arg drupal/core/includes/menu.inc Generates elements for the $arg array in the help hook. 5
menu_get_active_trail drupal/core/includes/menu.inc Gets the active trail (path to root menu root) of the current page. 5
_drupal_decode_exception drupal/core/includes/errors.inc Decodes an exception and retrieves the correct caller. 5
error_displayable drupal/core/includes/errors.inc Determines whether an error should be displayed. 5
_drupal_get_last_caller drupal/core/includes/errors.inc Gets the last caller from a backtrace. 5
drupal_page_is_cacheable drupal/core/includes/bootstrap.inc Determines the cacheability of the current page. 5
drupal_get_messages drupal/core/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 5
language_types_get_all drupal/core/includes/bootstrap.inc Returns an array of the available language types. 5
language_default_locked_languages drupal/core/includes/bootstrap.inc Returns a list of the default locked languages. 5
drupal_placeholder drupal/core/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 5
language_save_default_configuration drupal/core/modules/language/language.module Saves a language configuration that is attached to an entity type and bundle. 5
update_manager_access drupal/core/modules/update/update.module Access callback: Resolves if the current user can access updater menu items. 5 1
update_get_available drupal/core/modules/update/update.module Tries to get update information and refreshes it when necessary. 5
search_reindex drupal/core/modules/search/search.module Clears either a part of, or the entire search index. 5
statistics_get drupal/core/modules/statistics/statistics.module Retrieves a node's "view statistics". 5
book_menu_name drupal/core/modules/book/book.module Generates the corresponding menu name from a book ID. 5
shortcut_default_set drupal/core/modules/shortcut/shortcut.module Returns the default shortcut set for a given user account. 5
system_schema drupal/core/modules/system/system.install Implements hook_schema(). 5
file_load_multiple drupal/core/modules/file/file.module Loads file entities from the database. 5
file_copy drupal/core/modules/file/file.module Copies a file to a new location and adds a file record to the database. 5
views_ui_standard_display_dropdown drupal/core/modules/views_ui/admin.inc Add a <select> dropdown for a given section, allowing the user to change whether this info is stored on the default display or on the current display. 5
views_fetch_fields drupal/core/modules/views_ui/admin.inc Fetch a list of all fields available for a given base type. 5
node_type_get_label drupal/core/modules/node/node.module Returns the node type label for the passed node type name. 5
node_access_grants drupal/core/modules/node/node.module Fetches an array of permission IDs granted to the given user ID. 5
node_access_needs_rebuild drupal/core/modules/node/node.module Toggles or reads the value of a flag for rebuilding the node access grants. 5 1
_user_mail_notify drupal/core/modules/user/user.module Conditionally create and send a notification email when a certain operation happens on the given user account. 5
views_invalidate_cache drupal/core/modules/views/views.module Invalidate the views cache, forcing a rebuild on the next grab of table data. 5 1
views_theme_functions drupal/core/modules/views/views.module Build a list of theme function names for use most everywhere. 5
options_allowed_values drupal/core/modules/options/options.module Returns the array of allowed values for a list field. 5 1
rdf_rdfa_attributes drupal/core/modules/rdf/rdf.module Builds an array of RDFa attributes for a given mapping. 5
filter_access drupal/core/modules/filter/filter.module Checks if a user has access to a particular text format. 5
comment_view drupal/core/modules/comment/comment.module Generates an array for rendering a comment. 5
field_test_entity_save drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Saves a test_entity. 5
_form_test_tableselect_form_builder drupal/core/modules/system/tests/modules/form_test/form_test.module Build a form to test the tableselect element. 5
language_negotiation_info drupal/core/includes/language.inc Returns all defined language negotiation methods. 5 3
config_context_leave drupal/core/includes/config.inc Leaves the current config context returning to the previous context. 5
image_load drupal/core/includes/image.inc Loads an image file and returns an image object. 5
xmlrpc drupal/core/modules/xmlrpc/xmlrpc.module Performs one or more XML-RPC request(s). 5 1
xmlrpc_message_set drupal/core/modules/xmlrpc/xmlrpc.inc Stores a copy of the most recent XML-RPC message object temporarily. 5
aggregator_load_feed_items drupal/core/modules/aggregator/aggregator.pages.inc Loads and optionally filters feed items. 5
field_valid_language drupal/core/modules/field/field.multilingual.inc Ensures that a given language code is valid. 5
field_info_widget_types drupal/core/modules/field/field.info.inc Returns information about field widgets from AnnotatedClassDiscovery. 5
field_info_fields drupal/core/modules/field/field.info.inc Returns all field definitions. 5

Pages

Other projects