public function UserBadgesListBuilder::validateForm in User Badges 8
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/
Controller/ UserBadgesListBuilder.php, line 147 - Contains \Drupal\user_badges\Controller\UserBadgesListBuilder.
Class
- UserBadgesListBuilder
- Class UserBadgesListBuilder.
Namespace
Drupal\user_badges\ControllerCode
public function validateForm(array &$form, FormStateInterface $form_state) {
// No validation.
}