You are here

public static function StripeBase::submitStripeElementCallback in Stripe 2.x

Webform computed element submit callback.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

File

src/Element/StripeBase.php, line 254

Class

StripeBase
Provides the base for our Stripe elements

Namespace

Drupal\stripe\Element

Code

public static function submitStripeElementCallback(array $form, FormStateInterface $form_state) {

  // Do nothing, but it's important to prevent other submission handlers
  // from being run
}