You are here

public function PriceListListBuilder::validateForm in Commerce Pricelist 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/PriceListListBuilder.php, line 193

Class

PriceListListBuilder
Defines the list builder for price lists.

Namespace

Drupal\commerce_pricelist

Code

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

  // No validation.
}