You are here

public function ShippingMethodListBuilder::validateForm in Commerce Shipping 8.2

Form validation handler.

Parameters

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

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

Overrides FormInterface::validateForm

File

src/ShippingMethodListBuilder.php, line 198

Class

ShippingMethodListBuilder
Defines the list builder for shipping methods.

Namespace

Drupal\commerce_shipping

Code

public function validateForm(array &$form, FormStateInterface $form_state) {

  // No validation.
}