function fac_bulk_generate_json in Fast Autocomplete 7
Bulk generate json files worker callack.
2 string references to 'fac_bulk_generate_json'
- fac_cron in ./
fac.module - Implements hook_cron().
- fac_cron_queue_info in ./
fac.module - Implements hook_cron_queue_info().
File
- ./
fac.module, line 275 - This file contains the main functions of the Fast Autocomplete module.
Code
function fac_bulk_generate_json($data) {
fac_generate_json_for_key($data->language, $data->key);
}