Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
field_ui_widget_type_options drupal/core/modules/field_ui/field_ui.admin.inc Returns an array of widget type options for a field type. 5
shortcut_default_set drupal/core/modules/shortcut/shortcut.module Returns the default shortcut set for a given user account. 5
user_role_revoke_permissions drupal/core/modules/user/user.module Revoke permissions from a user role. 5
_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
user_cookie_save drupal/core/modules/user/user.module Saves visitor information as a cookie so it can be reused. 5
image_effect_definition_load drupal/core/modules/image/image.module Load the definition for an image effect. 5
rdf_mapping_save drupal/core/modules/rdf/rdf.module Saves an RDF mapping to the database. 5
rdf_rdfa_attributes drupal/core/modules/rdf/rdf.module Builds an array of RDFa attributes for a given mapping. 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
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 from cache and refreshes it when necessary. 5
filter_access drupal/core/modules/filter/filter.module Checks if a user has access to a particular text format. 5 1
translation_entity_controller drupal/core/modules/translation_entity/translation_entity.module Entity translation controller factory. 5
language_get_default_langcode drupal/core/modules/language/language.module Returns the default language code assigned to an entity type and a bundle. 5
action_list drupal/core/modules/action/action.module Discovers all available actions by invoking hook_action_info(). 5
views_ui_standard_display_dropdown drupal/core/modules/views/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_ajax_error drupal/core/modules/views/includes/ajax.inc Return an AJAX error. 5
options_allowed_values drupal/core/modules/field/modules/options/options.module Returns the array of allowed values for a list field. 5 1
_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
twig_random drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php Returns a random value depending on the supplied parameter type: 5 1
update_task_list drupal/core/update.php Adds the update task list to the current page. 4
ajax_command_replace drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/replaceWith' command. 4
ajax_command_html drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/html' command. 4
ajax_command_prepend drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/prepend' command. 4
update_module_enable drupal/core/includes/update.inc Helper function to install a new module in Drupal 8 via hook_update_N(). 4
update_add_uuids drupal/core/includes/update.inc Helper function to update entities with uuid. 4
standard_language_list drupal/core/includes/standard.inc Some common languages with their English and native names. 4
drupal_current_script_url drupal/core/includes/install.inc Returns the URL of the current script, with modified query parameters. 4
drupal_requirements_severity drupal/core/includes/install.inc Extracts the highest severity from the requirements array. 4
language_negotiation_get_switch_links drupal/core/includes/language.inc Returns the language switch links for the given language type. 4
_batch_page drupal/core/includes/batch.inc Renders the batch processing page based on the current state of the batch. 4
file_stream_wrapper_get_class drupal/core/includes/file.inc Returns the stream wrapper class name for a given scheme. 4
file_stream_wrapper_get_instance_by_scheme drupal/core/includes/file.inc Returns a reference to the stream wrapper class responsible for a scheme. 4
file_get_mimetype drupal/core/includes/file.inc Determines an Internet Media Type or MIME type from a filename. 4
drupal_tempnam drupal/core/includes/file.inc Creates a file with a unique filename in the specified directory. 4
path_is_admin drupal/core/includes/path.inc Determine whether a path is in the administrative section of the site. 4
drupal_valid_path drupal/core/includes/path.inc Checks a path exists and the current user has access to it. 4
drupal_session_start drupal/core/includes/session.inc Forcefully starts a session, preserving already set session data. 4
timer_read drupal/core/includes/bootstrap.inc Reads the current timer value without stopping the timer. 4
drupal_generate_test_ua drupal/core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest. 4
drupal_is_cli drupal/core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment. 4
db_insert drupal/core/includes/database.inc Returns a new InsertQuery object for the active database. 4
db_next_id drupal/core/includes/database.inc Retrieves a unique id. 4
db_rename_table drupal/core/includes/database.inc Renames a table. 4
db_add_index drupal/core/includes/database.inc Adds an index. 4
config_import drupal/core/includes/config.inc Imports configuration into the active configuration. 4 1
entity_view_multiple drupal/core/includes/entity.inc Returns the render array for the provided entities. 4
drupal_add_region_content drupal/core/includes/common.inc Adds content to a specified region. 4
drupal_get_html_head drupal/core/includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page. 4
drupal_encode_path drupal/core/includes/common.inc Encodes a Drupal path for use in a URL. 4

Pages

Other projects