You are here

function hook_fac_empty_result_alter in Fast Autocomplete 7

Implements hook_fac_empty_result_alter().

Use this hook to alter the empty result HTML. You can set the empty result in the module settings form, but you can use this hook if you want to use a quick links menu for instance.

1 invocation of hook_fac_empty_result_alter()
fac_page_build in ./fac.module
Implements hook_page_build().

File

./fac.api.php, line 42
This file contains the API of the Fast Autocomplete module.

Code

function hook_fac_empty_result_alter($empty_result) {
}