You are here

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\Event

Code

public function getFormState() : FormStateInterface {
  return $this->formState;
}