You are here

function hook_scanner_query_alter in Search and Replace Scanner 7

Allow the full query to be adjusted.

Parameters

SelectQuery $query: The query being executed.

array $map: The map of fields.

string $table: The table being queried.

string $field: The field being queried.

2 functions implement hook_scanner_query_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

node_scanner_query_alter in ./scanner.module
Implements hook_scanner_query_alter().
text_scanner_query_alter in ./scanner.module
Implements hook_scanner_query_alter().

File

./scanner.api.php, line 37
API documentation and examples for the Search and Replace Scanner module.

Code

function hook_scanner_query_alter(&$query, $map, $table, $field) {
}