You are here

function hook_finder_load in Finder 7.2

Alter finders on load.

The Finders have been loaded from the database, modules can make changes to the Finders here.

Parameters

&$finders: An array of finder objects.

Return value

No return value.

1 invocation of hook_finder_load()
finder_load_multiple in ./finder.module
Export CRUD callback to load multiple finders.

File

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

Code

function hook_finder_load(&$finders) {

  // no example code
}