You are here

public function TweetEntitySettingsForm::submitForm in Tweet Feed 8.3

Same name and namespace in other branches
  1. 4.x src/Form/TweetEntitySettingsForm.php \Drupal\tweet_feed\Form\TweetEntitySettingsForm::submitForm()

Form submission 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::submitForm

File

src/Form/TweetEntitySettingsForm.php, line 33

Class

TweetEntitySettingsForm
Class TweetEntitySettingsForm.

Namespace

Drupal\tweet_feed\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {

  // Empty implementation of the abstract submit class.
}