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