actions_execute in includes/actions.inc
Executes a single action.
backdrop_chmod in includes/file.inc
Sets the permissions on a file or directory.
backdrop_convert_to_utf8 in includes/unicode.inc
Converts data to UTF-8.
_backdrop_decode_exception in includes/errors.inc
Decodes an exception and retrieves the correct caller.
backdrop_deliver_page in includes/common.inc
Delivers a page callback result to the browser in the appropriate format.
backdrop_error_levels in includes/errors.inc
Maps PHP error constants to watchdog severity levels.
backdrop_mail in includes/mail.inc
Composes and optionally sends an e-mail message.
ConfigDatabaseStorage::importArchive in drivers/config_database/config_database_storage.inc
Import an archive of configuration files into the config storage managed by this object.
ConfigFileStorage::importArchive in drivers/config_file/config_file_storage.inc
Import an archive of configuration files into the config storage managed by this object.
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
DBLogTestCase::getSeverityConstant in modules/dblog/tests/dblog.test
Gets the watchdog severity constant corresponding to the CSS class.
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
file_save_htaccess in includes/file.inc
Creates a .htaccess file in the given directory.
file_unmanaged_copy in includes/file.inc
Copies a file to a new location without database changes or hook invocation.
file_unmanaged_delete in includes/file.inc
Deletes a file without database changes or hook invocations.
file_unmanaged_move in 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 includes/form.inc
Stores a form in the cache.
_form_validate in includes/form.inc
Performs validation on form elements.
hook_watchdog in modules/system/system.api.php
Log an event message.
image_crop_effect in modules/image/image.effects.inc
Image effect callback; Crop an image resource.
image_desaturate_effect in modules/image/image.effects.inc
Image effect callback; Desaturate (grayscale) an image resource.
image_resize_effect in modules/image/image.effects.inc
Image effect callback; Resize an image resource.
image_rotate_effect in modules/image/image.effects.inc
Image effect callback; Rotate an image resource.
image_scale_and_crop_effect in modules/image/image.effects.inc
Image effect callback; Scale and crop an image resource.
image_scale_effect in modules/image/image.effects.inc
Image effect callback; Scale an image resource.
image_style_create_derivative in modules/image/image.module
Creates a new image derivative based on an image style.
image_toolkit_invoke in includes/image.inc
Invokes the given method using the currently selected toolkit.
_installer_browser_batch_install_release in modules/installer/installer.browser.inc
Batch API callback: Installs a single release of a project during batch.
installer_browser_installation_select_versions_form in modules/installer/installer.pages.inc
Form builder for the select versions form.
_locale_import_one_string_db in includes/gettext.inc
Imports one string into the database.
_locale_rebuild_js in includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
locale_translate_import_form_submit in modules/locale/locale.bulk.inc
Process the locale import form submission.
system_check_directory in modules/system/system.module
Checks the existence of the directory specified in $form_element.
system_logging_settings in modules/system/system.admin.inc
Form builder; Configure error reporting settings.
system_update_1057 in modules/system/system.install
Add default for watchdog_enabled_severity_levels.
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_cancel in modules/user/user.module
Cancel a user account.
watchdog_exception in includes/bootstrap.inc
Logs an exception.
watchdog_severity_enabled in includes/bootstrap.inc
Check if logging is enabled for a given severity level.
watchdog_severity_levels in includes/common.inc
Returns a list of severity levels, as defined in RFC 3164.