public function ProductVariationListBuilder::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/
product/ src/ ProductVariationListBuilder.php, line 232
Class
- ProductVariationListBuilder
- Defines the list builder for product variations.
Namespace
Drupal\commerce_productCode
public function validateForm(array &$form, FormStateInterface $form_state) {
// No validation.
}