You are here

public function PromotionListBuilder::validateForm in Commerce Core 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

modules/promotion/src/PromotionListBuilder.php, line 290

Class

PromotionListBuilder
Defines the list builder for promotions.

Namespace

Drupal\commerce_promotion

Code

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

  // No validation.
}