You are here

public function All::submitForm in SimpleAds 8

Same name in this branch
  1. 8 src/Form/Groups/All.php \Drupal\simpleads\Form\Groups\All::submitForm()
  2. 8 src/Form/Ads/All.php \Drupal\simpleads\Form\Ads\All::submitForm()
  3. 8 src/Form/Campaigns/All.php \Drupal\simpleads\Form\Campaigns\All::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/Groups/All.php, line 88

Class

All
Configure SimpleAdsGroups settings.

Namespace

Drupal\simpleads\Form\Groups

Code

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