public function TwitterAccountsForm::validateForm in Tweet Feed 4.x
Same name and namespace in other branches
- 8.3 src/Form/TwitterAccountsForm.php \Drupal\tweet_feed\Form\TwitterAccountsForm::validateForm()
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
- src/
Form/ TwitterAccountsForm.php, line 111
Class
- TwitterAccountsForm
- Form controller for Tweet entity edit forms.
Namespace
Drupal\tweet_feed\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) {
parent::validateForm($form, $form_state);
}