You are here

public function TwitterFeedsForm::validateForm in Tweet Feed 8.3

Same name and namespace in other branches
  1. 4.x src/Form/TwitterFeedsForm.php \Drupal\tweet_feed\Form\TwitterFeedsForm::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/TwitterFeedsForm.php, line 211

Class

TwitterFeedsForm
Form controller for Tweet entity edit forms.

Namespace

Drupal\tweet_feed\Form

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
  parent::validateForm($form, $form_state);
}