You are here

function email_help in Email Field 6.2

Same name and namespace in other branches
  1. 5 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>');
  }
}