You are here

public function StripePaymentEvent::getForm in Stripe 2.x

Get the form.

Return value

array The form.

File

src/Event/StripePaymentEvent.php, line 77

Class

StripePaymentEvent
Wraps a stripe event for webhook.

Namespace

Drupal\stripe\Event

Code

public function &getForm() : array {
  return $this->form;
}