function tripal_cv_coder_ignore

2.x tripal_cv.module tripal_cv_coder_ignore()
3.x tripal_cv.module tripal_cv_coder_ignore()
1.x tripal_cv.module tripal_cv_coder_ignore()

Implements hook_coder_ignore(). Defines the path to the file (tripal_cv.coder_ignores.txt) where ignore rules for coder are stored

Related topics

File

tripal_cv/tripal_cv.module, line 285
Provides functions for managing chado controlled vocabularies which are used ubiquitously throughout chado.

Code

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