function hook_finder_match_operators_alter in Finder 6
Alter the operators array returned by finder_match_operator().
Parameters
&$operators: The operators array.
1 invocation of hook_finder_match_operators_alter()
- finder_match_operator in ./
finder.module - Get data about finder match methods.
File
- ./
finder.api.php, line 318 - Documents finder's hooks for api reference.
Code
function hook_finder_match_operators_alter(&$operators) {
// no example code
}