You are here

constant WEBFORM_CIVICRM_DEFAULT_CONTACT_ID in Webform CiviCRM Integration 7.5

Same name and namespace in other branches
  1. 8.5 webform_civicrm.module \WEBFORM_CIVICRM_DEFAULT_CONTACT_ID
  2. 7.4 webform_civicrm.module \WEBFORM_CIVICRM_DEFAULT_CONTACT_ID
1 use of WEBFORM_CIVICRM_DEFAULT_CONTACT_ID
_webform_civicrm_getCaseContactID in ./webform_civicrm.module
Gets specified case contact ID or the default contact ID if the case contact ID is not found

File

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

Code

define('WEBFORM_CIVICRM_DEFAULT_CONTACT_ID', 1);