function hook_finder_ui_alter in Finder 7.2
Alter the Finder UI data array for a finder.
1 function implements hook_finder_ui_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- finder_wizard_finder_ui_alter in modules/
finder_wizard/ finder_wizard.module - Implements hook_finder_ui_alter().
1 invocation of hook_finder_ui_alter()
- finder_ui in modules/
finder_ui/ includes/ finder.inc - Finder UI.
File
- modules/
finder_ui/ finder_ui.api.php, line 11 - Documents finder_ui's hooks for api reference.
Code
function hook_finder_ui_alter(&$data, $finder) {
// no example code
}