You are here

function hook_finder_presave in Finder 7.2

Alter the finder on presave.

The Finder is about to be inserted or updated into the database.

Parameters

&$finder: The finder object.

Return value

No return value.

1 function implements hook_finder_presave()

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

finder_ui_finder_presave in modules/finder_ui/finder_ui.i18n_string.inc
Implements hook_finder_presave().
1 invocation of hook_finder_presave()
finder::save in includes/finder.inc
Finder save.

File

./finder.api.php, line 34
Documents finder's hooks for api reference.

Code

function hook_finder_presave(&$finder) {

  // no example code
}