Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
views_get_all_views drupal/core/modules/views/views.module Returns an array of all views as fully loaded $view objects. 8
field_filter_xss drupal/core/modules/field/field.module Filters an HTML string to prevent cross-site-scripting (XSS) vulnerabilities. 8 1
_field_info_field_cache drupal/core/modules/field/field.info.inc Retrieves the Drupal\field\FieldInfo object for the current request. 8
field_attach_form drupal/core/modules/field/field.attach.inc Adds form elements for all fields for an entity to a form structure. 8
field_attach_view drupal/core/modules/field/field.attach.inc Returns a renderable array for the fields on an entity. 8
node_type_set_defaults drupal/core/modules/node/node.module Sets the default values for a node type. 8
node_hook drupal/core/modules/node/node.module Determines whether a node hook exists. 8
node_update_index drupal/core/modules/node/node.module Implements hook_update_index(). 8
translation_supported_type drupal/core/modules/translation/translation.module Returns whether the given content type has support for translations. 8
user_password drupal/core/modules/user/user.module Generate a random alphanumeric password. 8
taxonomy_vocabulary_delete drupal/core/modules/taxonomy/taxonomy.module Deletes a vocabulary. 8
taxonomy_term_load_parents drupal/core/modules/taxonomy/taxonomy.module Finds all parents of a given term ID. 8 1
filter_get_filters drupal/core/modules/filter/filter.module Returns a list of all filters provided by modules. 8 2
_text_sanitize drupal/core/modules/field/modules/text/text.module Sanitizes the 'value' or 'summary' data of a text value. 8
_file_test_log_call drupal/core/modules/file/tests/file_test/file_test.module Store the values passed to a hook invocation. 8
_image_test_log_call drupal/core/modules/system/tests/modules/image_test/image_test.module Store the values passed to a toolkit call. 8
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
translation_node_get_translations drupal/core/modules/translation/translation.module Gets all nodes in a given translation set. 7
user_is_anonymous drupal/core/modules/user/user.module 7 2
user_preferred_langcode drupal/core/modules/user/user.module Get the language object preferred by the user. This user preference can be set on the user account editing page, and is only available if there are more than one languages enabled on the site. If the user did not choose a preferred language, or is the… 7
taxonomy_term_delete drupal/core/modules/taxonomy/taxonomy.module Deletes a term. 7
taxonomy_vocabulary_machine_name_load drupal/core/modules/taxonomy/taxonomy.module Return the taxonomy vocabulary entity matching a vocabulary machine name. 7 1

Pages

Other projects