You are here

public static function SettingBase::validateFormElement in Express 8

Form validation handler.

Parameters

\Drupal\bootstrap\Utility\Element $form: The Element object that comprises the form.

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

Overrides FormInterface::validateFormElement

1 call to SettingBase::validateFormElement()
SettingBase::validateForm in themes/contrib/bootstrap/src/Plugin/Setting/SettingBase.php
Form validation handler.

File

themes/contrib/bootstrap/src/Plugin/Setting/SettingBase.php, line 208
Contains \Drupal\bootstrap\Plugin\Setting\SettingBase.

Class

SettingBase
Base class for a setting.

Namespace

Drupal\bootstrap\Plugin\Setting

Code

public static function validateFormElement(Element $form, FormStateInterface $form_state) {
}