function autofill_help in Autofill 6
Same name and namespace in other branches
- 8 autofill.module \autofill_help()
Implements hook_help().
File
- ./
autofill.module, line 10 - Main module file for the autofill module for Nojoshmo
Code
function autofill_help() {
if ($path == 'admin/help#autofill') {
return t('Provide autocompletion to Drupal fields');
}
}