function mailhandler_coder_ignore in Mailhandler 6.2
Implementation of hook_coder_ignore().
File
- ./
mailhandler.module, line 97 - Retrieves email for posting as nodes and comments.
Code
function mailhandler_coder_ignore() {
return array(
'path' => drupal_get_path('module', 'mailhandler'),
'line prefix' => drupal_get_path('module', 'mailhandler'),
);
}