You are here

function mailhandler_coder_review_ignore in Mailhandler 7.2

Implements hook_coder_review_ignore().

File

./mailhandler.module, line 91
Retrieves email for posting as nodes and comments.

Code

function mailhandler_coder_review_ignore() {
  return array(
    'path' => drupal_get_path('module', 'mailhandler'),
    'line prefix' => drupal_get_path('module', 'mailhandler'),
  );
}