function email_help in Email Field 5
Same name and namespace in other branches
- 6.2 email.module \email_help()
Implementation of hook_help().
File
- ./
email.module, line 7
Code
function email_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Defines a field type for email addresses. <em>Note: Requires content.module.</em>');
}
}