You are here

function hook_finder_insert in Finder 7.2

Alter the finder on insert.

The Finder has been created in the database.

Parameters

&$finder: The finder object.

Return value

No return value.

File

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

Code

function hook_finder_insert(&$finder) {

  // no example code
}