You are here

Functions in Search and Replace Scanner 7

Primary tabs

Namesort descending Location Description Direct uses Strings
field_collection_scanner_fields_alter ./scanner.module Implements hook_scanner_fields_alter().
hook_scanner_fields_alter ./scanner.api.php Allow the list of supported fields to be extended.
hook_scanner_field_types ./scanner.api.php Indicate which simple field types are supported.
hook_scanner_preg_match_all ./scanner.api.php Wrapper for preg_match_all() to allow customizations at the field level.
hook_scanner_preg_replace ./scanner.api.php Wrapper for preg_replace() to allow customizations at the field level.
hook_scanner_query_alter ./scanner.api.php Allow the full query to be adjusted.
hook_scanner_query_where ./scanner.api.php Allow additional arguments to be added to the 'or' query.
link_scanner_field_suffix_alter ./scanner.module Implements hook_scanner_field_suffix_alter().
link_scanner_field_types ./scanner.module Implements hook_scanner_field_types().
link_scanner_preg_replace ./scanner.module Implements hook_scanner_preg_replace().
link_scanner_query_where ./scanner.module Implements hook_scanner_query_where().
node_scanner_query_alter ./scanner.module Implements hook_scanner_query_alter().
scanner_admin_form ./scanner.admin.inc The main settings form. 1
scanner_confirm_form ./scanner.module Form constructor for the confirmation form. 1
scanner_confirm_form_submit ./scanner.module Form submission handler for scanner_confirm_form().
scanner_execute ./scanner.module Handles the actual search and replace. 1
scanner_form ./scanner.module Form constructor for the search and replace form. 1
scanner_form_submit ./scanner.module Form submission handler for scanner_form().
scanner_form_validate ./scanner.module Form validation handler for scanner_form().
scanner_menu ./scanner.module Implements hook_menu().
scanner_permission ./scanner.module Implements hook_permission().
scanner_scanner_preg_match_all ./scanner.module Implements hook_scanner_preg_match_all().
scanner_scanner_preg_replace ./scanner.module Implements hook_scanner_preg_replace().
scanner_scanner_query_where ./scanner.module Implements hook_scanner_query_where().
scanner_schema ./scanner.install Implements hook_schema().
scanner_theme ./scanner.module Implements hook_theme().
scanner_undo_confirm_form ./scanner.module Form constructor for the undo confirmation form. 1
scanner_undo_confirm_form_submit ./scanner.module Form submission handler for scanner_undo_confirm_form().
scanner_undo_page ./scanner.module Page callback to display table of executed replace actions with undo/redo operation. 1
scanner_update_7100 ./scanner.install Rebuild the menu cache.
scanner_view ./scanner.module Menu callback; presents the scan form and results. 1
scanner_with_fc_tests_node_presave tests/scanner_with_fc_tests.module Implements hook_node_presave().
scanner_with_link_tests_node_presave tests/scanner_with_link_tests.module Implements hook_node_presave().
text_scanner_field_types ./scanner.module Implements hook_scanner_field_types().
text_scanner_preg_match_all ./scanner.module Implements hook_scanner_preg_match_all().
text_scanner_preg_replace ./scanner.module Implements hook_scanner_preg_replace().
text_scanner_query_alter ./scanner.module Implements hook_scanner_query_alter().
text_scanner_query_where ./scanner.module Implements hook_scanner_query_where().
theme_scanner_item ./scanner.theme.inc Theme each search result hit.
theme_scanner_replace_item ./scanner.theme.inc Theme each replace result hit.
theme_scanner_replace_results ./scanner.theme.inc Theme the replace results.
theme_scanner_results ./scanner.theme.inc Theme the search results.
_scanner_change_env ./scanner.module Attempt to stretch the amount of time available for processing. 1
_scanner_compare_fields_by_label ./scanner.module Comparison function for sorting fields by table/field label.
_scanner_compare_fields_by_name ./scanner.module Comparison function for sorting fields by table/field name. 2
_scanner_get_all_tables_map ./scanner.module Get all text fields. 2
_scanner_get_selected_tables_map ./scanner.module Get the fields that have been selected for scanning. 1

Other projects