function hook_fac_service_info in Fast Autocomplete 7
Implements hook_fac_service_info().
Use this hook to add search service backends. See fac_fac_service_info for more information.
1 function implements hook_fac_service_info()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- fac_fac_service_info in ./
fac.module - Implements hook_fac_service_info().
1 invocation of hook_fac_service_info()
- fac_get_service_info in ./
fac.module - Returns either a list of all available service infos, or a specific one.
File
- ./
fac.api.php, line 14 - This file contains the API of the Fast Autocomplete module.
Code
function hook_fac_service_info() {
}