Functions - Drupal 11.1.x - Drupal Core
Primary tabs
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
describe_type | describe_type will be removed in guzzlehttp/guzzle:8.0. Use Utils::describeType instead. |
vendor/ |
Debug function used to describe the provided value type and class. | ||
drupal_attach_tabledrag | core/ |
Assists in attaching the tableDrag JavaScript behavior to a themed table. | 3 | ||
drupal_check_module | core/ |
Checks a module's requirements. | 1 | ||
drupal_check_profile | core/ |
Checks an installation profile's requirements. | 1 | ||
drupal_common_theme | in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Theme\ThemeCommonElements::commonElements() instead, |
core/ |
Provides theme registration for themes across .inc files. | ||
drupal_current_script_url | core/ |
Returns the URL of the current script, with modified query parameters. | 1 | ||
drupal_error_levels | core/ |
Maps PHP error constants to watchdog severity levels. | 1 | ||
drupal_find_theme_templates | core/ |
Allows themes and/or theme engines to easily discover overridden templates. | 1 | ||
drupal_flush_all_caches | core/ |
Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures. | 6 | 1 | |
drupal_generate_test_ua | core/ |
Generates a user agent string with a HMAC and timestamp for tests. | 1 | ||
drupal_get_filetransfer_info | core/ |
Assembles the Drupal FileTransfer registry. | 2 | ||
drupal_get_updaters | core/ |
Assembles the Drupal Updater registry. | 2 | ||
drupal_install_fix_file | core/ |
Attempts to fix file permissions. | 1 | ||
drupal_install_mkdir | core/ |
Creates a directory with the specified permissions. | 1 | ||
drupal_install_profile_distribution_name | core/ |
Loads the installation profile, extracting its defined distribution name. | 8 | 1 | |
drupal_install_profile_distribution_version | core/ |
Loads the installation profile, extracting its defined version. | 1 | ||
drupal_install_system | core/ |
Installs the system module. | 1 | ||
drupal_load_updates | core/ |
Loads .install files for installed modules to initialize the update system. | 3 | ||
drupal_maintenance_theme | core/ |
Enables use of the theme system without requiring database access. | 6 | ||
drupal_rebuild | core/ |
Rebuilds all caches even when Drupal itself does not work. | 1 | ||
drupal_register_shutdown_function | core/ |
Registers a function for execution on shutdown. | 5 | 1 | |
drupal_requirements_severity | core/ |
Extracts the highest severity from the requirements array. | 3 | ||
drupal_requirements_url | core/ |
Returns a URL for proceeding to the next page after a requirements problem. | 1 | ||
drupal_static | core/ |
Provides central static variable storage. | 23 | ||
drupal_static_reset | core/ |
Resets one or all centrally stored static variable(s). | 11 | ||
drupal_valid_test_ua | core/ |
Returns the test prefix if this is an internal request from a test. | 14 | ||
drupal_verify_install_file | core/ |
Verifies the state of the specified file. | 4 | ||
drupal_verify_profile | core/ |
Verifies that all dependencies are met for a given installation profile. | 1 | ||
editor_filter_xss | core/ |
Applies text editor XSS filtering. | 2 | ||
editor_form_filter_admin_format_editor_configure | core/ |
Button submit handler for filter_format_form()'s 'editor_configure' button. | 2 | ||
editor_form_filter_admin_format_submit | core/ |
Additional submit handler for filter_format_form(). | 1 | ||
editor_form_filter_admin_format_validate | core/ |
Additional validate handler for filter_format_form(). | 1 | ||
editor_form_filter_admin_form_ajax | core/ |
AJAX callback handler for filter_format_form(). | 1 | ||
editor_image_upload_settings_form | core/ |
Subform constructor to configure the text editor's image upload settings. | 1 | ||
editor_load | core/ |
Loads an individual configured text editor based on text format ID. | 5 | ||
editor_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
editor_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
env | vendor/ |
Creates an environment variable reference. | 4 | ||
error_displayable | core/ |
Determines whether an error should be displayed. | 4 | ||
esc | vendor/ |
1 | |||
expr | vendor/ |
Creates an expression. | 36 | ||
field_form_field_config_edit_form_entity_builder | core/ |
Entity form builder for field config edit form. | 1 | ||
field_layout_install | core/ |
Implements hook_install(). | |||
field_layout_uninstall | core/ |
Implements hook_uninstall(). | |||
field_purge_batch | core/ |
Purges a batch of deleted Field API data, field storages, or fields. | 3 | ||
field_purge_field | core/ |
Purges a field record from the database. | 1 | ||
field_purge_field_storage | core/ |
Purges a field record from the database. | 1 | ||
field_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
field_ui_form_manage_field_form_submit | core/ |
Form submission handler for the 'Save and manage fields' button. | 1 | ||
field_ui_preprocess_form_element__new_storage_type | core/ |
Implements hook_preprocess_HOOK(). |