public function StripePaymentEvent::getFormId in Stripe 2.x
Get the form id.
Return value
string The form id.
File
- src/
Event/ StripePaymentEvent.php, line 101
Class
- StripePaymentEvent
- Wraps a stripe event for webhook.
Namespace
Drupal\stripe\EventCode
public function getFormId() : string {
return $this->formId;
}