You are here

public static function PaymentReferenceBase::refresh in Payment 8.2

Implements form submit handler.

File

src/Element/PaymentReferenceBase.php, line 509

Class

PaymentReferenceBase
Provides a base for payment reference elements.

Namespace

Drupal\payment\Element

Code

public static function refresh(array $form, FormStateInterface $form_state) {
  $form_state
    ->setRebuild();
}