actions_execute in includes/actions.inc
Executes a single action.
ajax_get_form in includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
authorize_access_denied_page in ./authorize.php
Renders a 403 access denied page for authorize.php.
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_cron_run in includes/common.inc
Executes a cron run when called.
backdrop_deliver_html_page in includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
backdrop_deliver_page in includes/common.inc
Delivers a page callback result to the browser in the appropriate format.
backdrop_goto_deprecated in includes/common.inc
Wraps backdrop_goto() to include a deprecated log message.
backdrop_json_deliver in includes/common.inc
Packages and sends the result of a page callback to the browser as JSON.
backdrop_mail in includes/mail.inc
Composes and optionally sends an e-mail message.
_backdrop_shutdown_function in includes/bootstrap.inc
Executes registered shutdown functions.
backdrop_uninstall_modules in includes/install.inc
Uninstalls a given list of disabled modules.
backdrop_xml_parser_create in includes/unicode.inc
Prepares a new XML parser.
book_admin_edit_submit in modules/book/book.admin.inc
Form submission handler for book_admin_edit().
BootstrapWatchdogTestCase::testWatchdogLogging in modules/simpletest/tests/bootstrap.test
check_markup in modules/filter/filter.module
Runs all the enabled filters on a piece of text.
comment_access in modules/comment/comment.module
Determines whether the current user has access to a particular comment.
_comment_close_all in modules/comment/comment.module
Close all comments that meet the current threshold.
comment_confirm_delete_submit in modules/comment/comment.admin.inc
Form submission handler for comment_confirm_delete().
comment_form_submit in modules/comment/comment.module
Form submission handler for comment_form().
comment_multiple_delete_confirm_submit in modules/comment/comment.admin.inc
Form submission handler for comment_multiple_delete_confirm().
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.
contact_category_delete_form_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_delete_form().
contact_category_edit_form_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_edit_form().
contact_personal_form_submit in modules/contact/contact.pages.inc
Form submission handler for contact_personal_form().
contact_site_form_submit in modules/contact/contact.pages.inc
Form submission handler for contact_site_form().
cron.php in ./cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
DatabaseConnection_mysql::dateFieldSql in drivers/database_mysql/database.inc
file_copy in includes/file.inc
Copies a file to a new location and adds a file record to the database.
file_delete_form_submit in modules/file/file.pages.inc
Form submission handler for file_delete_form().
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
file_managed_file_save_upload in modules/file/file.module
Saves any files that have been uploaded into a managed_file element.
file_manage_form_submit in modules/file/file.pages.inc
Form submission handler for the 'Save' button for file_manage_form().
file_move in includes/file.inc
Moves a file to a new location and update the file's database entry.
file_multiple_delete_confirm_submit in modules/file/file.pages.inc
Form submission handler for file_multiple_delete_confirm().
_file_query_file_access_alter in modules/file/file.module
Helper for file entity access functions.
file_save_data in includes/file.inc
Saves a file to the specified destination and creates a database entry.
file_save_htaccess in includes/file.inc
Creates a .htaccess file in the given directory.
file_save_upload in includes/file.inc
Saves a file upload to a new location.
file_type_delete_confirm_submit in modules/file/file.admin.inc
Process file type delete confirm submissions.
file_type_revert_confirm_submit in modules/file/file.admin.inc
Process file type revert confirm submissions.
file_type_status_confirm_submit in modules/file/file.admin.inc
Process file type status confirm submissions.
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().
file_unmanaged_prepare in includes/file.inc
Internal function that prepares the destination for a file_unmanaged_copy or file_unmanaged_move operation.
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_file_copy in modules/system/system.api.php
Respond to a file that has been copied.
hook_file_insert in modules/system/system.api.php
Respond to a file being added.
hook_file_move in modules/system/system.api.php
Respond to a file that has been moved.
hook_file_update in modules/system/system.api.php
Respond to a file being updated.
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_gd_desaturate in modules/system/image.gd.inc
Convert an image resource to grayscale.
image_gd_rotate in modules/system/image.gd.inc
Rotate an image the given number of degrees.
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_style_deliver in modules/image/image.module
Menu callback; Given a style and image path, generate a derivative.
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_execute_query in modules/installer/installer.browser.inc
Helper function to execute queries for projects. Connects once to get the total count of projects, and then a second time to get all the projects in a repository.
installer_browser_installation_select_versions_form in modules/installer/installer.pages.inc
Form builder for the select versions form.
language_delete in modules/language/language.module
Delete a language.
language_save in modules/language/language.module
API function to add or update a language.
_locale_export_po in includes/gettext.inc
Writes a generated PO or POT file to the output.
_locale_import_one_string_db in includes/gettext.inc
Imports one string into the database.
_locale_import_po in includes/gettext.inc
Parses Gettext Portable Object information and inserts it into the database.
_locale_rebuild_js in includes/locale.inc
(Re-)Creates the JavaScript translation file for a language.
locale_translate_edit_form_validate in modules/locale/locale.pages.inc
Validate string editing form submissions.
locale_translate_import_form_submit in modules/locale/locale.bulk.inc
Process the locale import form submission.
menu_delete_menu_confirm_submit in modules/menu/menu.admin.inc
Delete a custom menu and all links in it.
menu_item_delete_form_submit in modules/menu/menu.admin.inc
Process menu delete form submissions.
module_disable in includes/module.inc
Disables a given set of modules.
module_enable in includes/module.inc
Enables or installs a given list of modules.
node_delete_confirm_submit in modules/node/node.pages.inc
Form submission handler for node_delete_confirm().
node_form_submit in modules/node/node.pages.inc
Form submission handler that saves the node for node_form().
node_multiple_delete_confirm_submit in modules/node/node.admin.inc
Form submission handler for node_multiple_delete_confirm().
node_preview_banner_form_node_submit in modules/node/node.pages.inc
Submit handler for the node preview banner form.
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.
node_revision_delete_confirm_submit in modules/node/node.pages.inc
Form submission handler for node_revision_delete_confirm().
node_revision_revert_confirm_submit in modules/node/node.pages.inc
Form submission handler for node_revision_revert_confirm().
node_type_delete_confirm_submit in modules/node/node.types.inc
Process content type delete confirm submissions.
node_type_form_submit in modules/node/node.types.inc
Form submission handler for node_type_form().
PagerFunctionalWebTestCase::setUp in modules/simpletest/tests/pager.test
Sets up a Backdrop site for running functional and integration tests.
redirect_list_form_operations_submit in modules/redirect/redirect.admin.inc
Submit handler for redirect_list_form().
redirect_purge_inactive_redirects in modules/redirect/redirect.module
Purge inactive redirects from the database.
search_view in modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
system_check_directory in modules/system/system.module
Checks the existence of the directory specified in $form_element.
system_cron in modules/system/system.module
Implements hook_cron().
system_settings_form_submit in modules/system/system.module
Form submission handler for system_settings_form().
system_test_boot in modules/simpletest/tests/system_test.module
Implements hook_boot().
system_test_exit in modules/simpletest/tests/system_test.module
Implements hook_exit().
_system_test_first_shutdown_function in modules/simpletest/tests/system_test.module
Dummy shutdown function which registers another shutdown function.
_system_test_second_shutdown_function in modules/simpletest/tests/system_test.module
Dummy shutdown function.
system_urls_settings in modules/system/system.admin.inc
Form builder; Configure clean URL settings.
taxonomy_form_term_submit in modules/taxonomy/taxonomy.admin.inc
Submit handler to insert or update a term.
taxonomy_form_vocabulary_submit in modules/taxonomy/taxonomy.admin.inc
Form submission handler for taxonomy_form_vocabulary().
taxonomy_term_access in modules/taxonomy/taxonomy.module
Access callback: Checks a user's permission for performing a taxonomy term operation.
taxonomy_term_confirm_delete_submit in modules/taxonomy/taxonomy.admin.inc
Submit handler to delete a term after confirmation.
taxonomy_vocabulary_access in modules/taxonomy/taxonomy.module
Access callback: Checks a user's permission for performing operations on taxonomy terms in a vocabulary.
taxonomy_vocabulary_confirm_delete_submit in modules/taxonomy/taxonomy.admin.inc
Submit handler to delete a vocabulary after confirmation.
taxonomy_vocabulary_confirm_reset_alphabetical_submit in modules/taxonomy/taxonomy.admin.inc
Submit handler to reset a vocabulary to alphabetical order after confirmation.
theme in includes/theme.inc
Generates themed output.
update_access_denied_page in ./update.php
Renders a 403 access denied page for update.php.
_update_process_fetch_task in modules/update/update.fetch.inc
Processes a task to fetch available update data for a single project.
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site.
_user_cancel in modules/user/user.module
Last batch processing step for cancelling a user account.
user_cancel in modules/user/user.module
Cancel a user account.
user_cancel_confirm_form_submit in modules/user/user.pages.inc
Submit handler for user_cancel_confirm_form().
user_login_finalize in modules/user/user.module
Finalize the login process. Must be called when logging in a user.
user_login_final_validate in modules/user/user.module
The final validation handler on the login form.
user_logout in modules/user/user.pages.inc
Menu callback; logs the current user out, and redirects to the home page.
user_pass_reset in modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_pass_reset_form_submit in modules/user/user.pages.inc
Submit handler for user_pass_reset_form().
user_pass_submit in modules/user/user.pages.inc
Form submission handler for user_pass().
user_register_submit in modules/user/user.module
Submit handler for the user registration form.
_views_create_handler in modules/views/includes/utility.inc
Instantiate and construct a new handler
view::set_display in modules/views/includes/view.inc
Set the display as current.
views_get_table_join in modules/views/includes/utility.inc
Fetch a handler to join one table to a primary table from the data cache
views_handler::ensure_my_table in modules/views/includes/handlers.inc
Ensure the main table for this handler is in the query. This is used a lot.
views_plugin_display::init in modules/views/plugins/views_plugin_display.inc
views_plugin_query_default::execute in modules/views/plugins/views_plugin_query_default.inc
Executes the query and fills the associated view object with according values.
views_plugin_style_rss::render in modules/views/plugins/views_plugin_style_rss.inc
Render the display in this style.
views_ui_get_wizard in modules/views_ui/views_ui.module
Fetch metadata on a specific views ui wizard plugin.
watchdog_deprecated_function in includes/bootstrap.inc
Logs a deprecation warning.
watchdog_exception in includes/bootstrap.inc
Logs an exception.