function asaf_init_prefix in Asaf (ajax submit for any form) 8
Same name and namespace in other branches
- 7 asaf.module \asaf_init_prefix()
1 call to asaf_init_prefix()
- asaf_get_id in ./
asaf.module
File
- ./
asaf.module, line 550 - Main module file.
Code
function asaf_init_prefix(&$form_state) {
if (!isset($form_state['asaf']['id_prefix'])) {
$form_state['asaf']['id_prefix'] = asaf_get_prefix();
}
}