public function TweetbuttonSettingsForm::validateForm in Tweet Button 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 FormBase::validateForm
File
- lib/
Drupal/ tweetbutton/ Form/ TweetbuttonSettingsForm.php, line 159 - Contains \Drupal\tweetbutton\Form\TweetbuttonSettingsForm.
Class
- TweetbuttonSettingsForm
- Provides a configuration form for tweetbutton.
Namespace
Drupal\tweetbutton\FormCode
public function validateForm(array &$form, array &$form_state) {
return parent::validateForm($form, $form_state);
}