You are here

function webform_civicrm_admin_paths in Webform CiviCRM Integration 7.2

Same name and namespace in other branches
  1. 8.5 webform_civicrm.module \webform_civicrm_admin_paths()
  2. 7.5 webform_civicrm.module \webform_civicrm_admin_paths()
  3. 7 webform_civicrm.module \webform_civicrm_admin_paths()
  4. 7.3 webform_civicrm.module \webform_civicrm_admin_paths()
  5. 7.4 webform_civicrm.module \webform_civicrm_admin_paths()

Implements hook_admin_paths().

File

./webform_civicrm.module, line 301
Webform CiviCRM Integration Module: Links webform submissions to contacts in a CiviCRM database. @author Coleman Watts

Code

function webform_civicrm_admin_paths() {
  return array(
    'node/*/civicrm' => TRUE,
  );
}