You are here

public function AbstractOptionalModule::submitForm in Thunder 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/Thunder/OptionalModule/AbstractOptionalModule.php \Drupal\thunder\Plugin\Thunder\OptionalModule\AbstractOptionalModule::submitForm()
  2. 8.3 src/Plugin/Thunder/OptionalModule/AbstractOptionalModule.php \Drupal\thunder\Plugin\Thunder\OptionalModule\AbstractOptionalModule::submitForm()
6 methods override AbstractOptionalModule::submitForm()
Adsense::submitForm in src/Plugin/Thunder/OptionalModule/Adsense.php
GoogleAnalytics::submitForm in src/Plugin/Thunder/OptionalModule/GoogleAnalytics.php
IvwIntegration::submitForm in src/Plugin/Thunder/OptionalModule/IvwIntegration.php
Liveblog::submitForm in src/Plugin/Thunder/OptionalModule/Liveblog.php
NexxIntegration::submitForm in src/Plugin/Thunder/OptionalModule/NexxIntegration.php

... See full list

File

src/Plugin/Thunder/OptionalModule/AbstractOptionalModule.php, line 97

Class

AbstractOptionalModule
Class AbstractOptionalModule.

Namespace

Drupal\thunder\Plugin\Thunder\OptionalModule

Code

public function submitForm(array $formValues) {
}