You are here

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

Validates an other element.

File

src/Element/StripeBase.php, line 243

Class

StripeBase
Provides the base for our Stripe elements

Namespace

Drupal\stripe\Element

Code

public static function validateStripeElement(&$element, FormStateInterface $form_state, &$form) {
}