public function StripePaymentEvent::getFormState in Stripe 2.x
Get the form state.
Return value
\Drupal\Core\Form\FormStateInterface The form state.
File
- src/
Event/ StripePaymentEvent.php, line 87
Class
- StripePaymentEvent
- Wraps a stripe event for webhook.
Namespace
Drupal\stripe\EventCode
public function getFormState() : FormStateInterface {
return $this->formState;
}