Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
field_info_extra_fields drupal/core/modules/field/field.info.inc Returns a list and settings of pseudo-field elements in a given bundle. 5
field_views_field_default_views_data drupal/core/modules/field/field.views.inc Default views data implementation for a field. 5
_field_invoke_get_instances drupal/core/modules/field/field.attach.inc Retrieves a list of instances to operate on. 5
field_attach_validate drupal/core/modules/field/field.attach.inc Performs field validation against the field data in an entity. 5
field_attach_preprocess drupal/core/modules/field/field.attach.inc Populates the template variables with the available field values. 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
db_add_primary_key drupal/core/includes/database.inc Adds a primary key to a database table. 4
entity_load_unchanged drupal/core/includes/entity.inc Loads the unchanged, i.e. not modified, entity from the database. 4
drupal_get_database_types drupal/core/includes/install.inc Returns all supported database installer objects that are compiled into PHP. 4
drupal_rewrite_settings drupal/core/includes/install.inc Replaces values in settings.php with values in the submitted array. 4
install_goto drupal/core/includes/install.inc Sends the user to a different installer page. 4 1
tablesort_get_order drupal/core/includes/tablesort.inc Determines the current sort criterion. 4
module_config_sort drupal/core/includes/module.inc Sorts the configured list of enabled modules. 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_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
file_directory_temp drupal/core/includes/file.inc Gets and sets the path of the configured temporary directory. 4
_theme_process_registry drupal/core/includes/theme.inc Process a single implementation of hook_theme(). 4
theme_get_suggestions drupal/core/includes/theme.inc Generate an array of suggestions from path arguments. 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_get_query_array drupal/core/includes/common.inc Splits a URL-encoded query string into an array. 4
drupal_encode_path drupal/core/includes/common.inc Encodes a Drupal path for use in a URL. 4
valid_email_address drupal/core/includes/common.inc Verifies the syntax of the given e-mail address. 4
drupal_load_stylesheet drupal/core/includes/common.inc Loads the stylesheet and resolves all @import commands. 4
drupal_clear_css_cache drupal/core/includes/common.inc Deletes old cached CSS files. 4
drupal_process_attached drupal/core/includes/common.inc Adds attachments to a render() structure. 4
drupal_get_private_key drupal/core/includes/common.inc Ensures the private key variable used to generate tokens is set. 4
_menu_translate drupal/core/includes/menu.inc Handles dynamic path translation and menu access control. 4
menu_tree_all_data drupal/core/includes/menu.inc Gets the data structure representing a named menu tree. 4 1
menu_tree_check_access drupal/core/includes/menu.inc Checks access and performs dynamic operations for each link in the tree. 4
menu_local_tasks drupal/core/includes/menu.inc Collects the local tasks (tabs), action links, and the root path. 4
menu_reset_static_cache drupal/core/includes/menu.inc Resets the menu system static cache. 4
form_get_cache drupal/core/includes/form.inc Fetches a form from the cache. 4
form_set_cache drupal/core/includes/form.inc Stores a form in the cache. 4
form_execute_handlers drupal/core/includes/form.inc Executes custom validation and submission handlers for a given form. 4
install_redirect_url drupal/core/includes/install.core.inc Returns the URL that should be redirected to during an installation request. 4
drupal_load drupal/core/includes/bootstrap.inc Includes a file with the provided type and name. 4
language_name drupal/core/includes/bootstrap.inc Produced the printed name for a language for display. 4
language_is_locked drupal/core/includes/bootstrap.inc Checks if a language is locked. 4
drupal_check_memory_limit drupal/core/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4
_update_manager_extract_directory drupal/core/modules/update/update.module Returns the directory where update archive files should be extracted. 4
update_get_projects drupal/core/modules/update/update.compare.inc Fetches an array of installed and enabled projects. 4
dblog_filters drupal/core/modules/dblog/dblog.admin.inc Creates a list of database log administration filters that can be applied. 4
field_language_fallback drupal/core/modules/field/field.module Applies language fallback rules to the fields attached to the given entity. 4 1
field_sync_field_status drupal/core/modules/field/field.module Refreshes the 'active' and 'storage[active]' values for fields. 4
field_bundle_settings drupal/core/modules/field/field.module Gets or sets administratively defined bundle settings. 4
field_view_mode_settings drupal/core/modules/field/field.module Returns view mode settings in a given bundle. 4 1
field_has_data drupal/core/modules/field/field.module Determines whether a field has any data. 4

Pages

Other projects