- actions_execute in core/
includes/ actions.inc - Executes a single action.
- backdrop_chmod in core/
includes/ file.inc - Sets the permissions on a file or directory.
- backdrop_convert_to_utf8 in core/
includes/ unicode.inc - Converts data to UTF-8.
- backdrop_deliver_page in core/
includes/ common.inc - Delivers a page callback result to the browser in the appropriate format.
- backdrop_error_levels in core/
includes/ errors.inc - Maps PHP error constants to watchdog severity levels.
- backdrop_mail in core/
includes/ mail.inc - Composes and optionally sends an email message.
- ConfigDatabaseStorage::importArchive in core/
includes/ config.inc - Import an archive of configuration files into the config storage managed by this object.
- ConfigFileStorage::importArchive in core/
includes/ config.inc - Import an archive of configuration files into the config storage managed by this object.
- entityreference_field_formatter_prepare_view in core/
modules/ entityreference/ entityreference.module - Implements hook_field_formatter_prepare_view().
- file_field_formatter_view in core/
modules/ file/ file.field.inc - Implements hook_field_formatter_view().
- file_save_htaccess in core/
includes/ file.inc - Creates a .htaccess file in the given directory.
- file_unmanaged_copy in core/
includes/ file.inc - Copies a file to a new location without database changes or hook invocation.
- file_unmanaged_delete in core/
includes/ file.inc - Deletes a file without database changes or hook invocations.
- file_unmanaged_move in core/
includes/ file.inc - Moves a file to a new location without database changes or hook invocation. This is a powerful function that in many ways performs like an advanced version of rename().
- form_set_cache in core/
includes/ form.inc - Stores a form in the cache.
- image_add_svg_attributes in core/
includes/ image.inc - Add attributes to an SVG string.
- image_crop_effect in core/
modules/ image/ image.effects.inc - Image effect callback; Crop an image resource.
- image_desaturate_effect in core/
modules/ image/ image.effects.inc - Image effect callback; Desaturate (grayscale) an image resource.
- image_example_colorize_effect in modules/
examples/ image_example/ image_example.module - Image effect callback; Colorize an image resource.
- image_get_supported_extensions in core/
includes/ image.inc - Gets supported image extensions.
- image_resize_effect in core/
modules/ image/ image.effects.inc - Image effect callback; Resize an image resource.
- image_rotate_effect in core/
modules/ image/ image.effects.inc - Image effect callback; Rotate an image resource.
- image_scale_and_crop_effect in core/
modules/ image/ image.effects.inc - Image effect callback; Scale and crop an image resource.
- image_scale_effect in core/
modules/ image/ image.effects.inc - Image effect callback; Scale an image resource.
- image_style_create_derivative in core/
modules/ image/ image.module - Creates a new image derivative based on an image style.
- image_toolkit_invoke in core/
includes/ image.inc - Invokes the given method using the currently selected toolkit.
- installer_browser_installation_select_versions_form in core/
modules/ installer/ installer.pages.inc - Form builder for the select versions form.
- locale_translate_import_form_submit in core/
modules/ locale/ locale.bulk.inc - Process the locale import form submission.
- system_check_directory in core/
modules/ system/ system.module - Checks the existence of the directory specified in $form_element.
- system_update_1057 in core/
modules/ system/ system.install - Add default for watchdog_enabled_severity_levels.
- user_admin_settings in core/
modules/ user/ user.admin.inc - Form builder; Configure user settings for this site.
- user_cancel in core/
modules/ user/ user.module - Cancel a user account.
- watchdog_exception in core/
includes/ bootstrap.inc - Logs an exception.
- watchdog_severity_enabled in core/
includes/ bootstrap.inc - Check if logging is enabled for a given severity level.
- watchdog_severity_levels in core/
includes/ common.inc - Returns a list of severity levels, as defined in RFC 3164.
- _backdrop_decode_exception in core/
includes/ errors.inc - Decodes an exception and retrieves the correct caller.
- _form_validate in core/
includes/ form.inc - Performs validation on form elements.
- _installer_browser_batch_install_release in core/
modules/ installer/ installer.browser.inc - Batch API callback: Installs a single release of a project during batch.
- _locale_import_one_string_db in core/
includes/ gettext.inc - Imports one string into the database.
- _locale_rebuild_js in core/
includes/ locale.inc - (Re-)Creates the JavaScript translation file for a language.