You are here

public function WebformCivicrmBase::getQfKey in Webform CiviCRM Integration 8.5

Generate the quickform key needed to access a contribution form

Return value

string

1 call to WebformCivicrmBase::getQfKey()
WebformCivicrmPostProcess::submitIPNPayment in src/WebformCivicrmPostProcess.php
Call IPN payment processor to redirect to payment site

File

src/WebformCivicrmBase.php, line 852
Front-end form handler base class.

Class

WebformCivicrmBase
Class WebformCivicrmBase

Namespace

Drupal\webform_civicrm

Code

public function getQfKey() {
  return \CRM_Core_Key::get('CRM_Contribute_Controller_Contribution', TRUE);
}