public function AbstractOptionalModule::submitForm in Thunder 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/Thunder/OptionalModule/AbstractOptionalModule.php \Drupal\thunder\Plugin\Thunder\OptionalModule\AbstractOptionalModule::submitForm()
- 8.4 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
File
- src/
Plugin/ Thunder/ OptionalModule/ AbstractOptionalModule.php, line 97
Class
- AbstractOptionalModule
- Class AbstractOptionalModule.
Namespace
Drupal\thunder\Plugin\Thunder\OptionalModuleCode
public function submitForm(array $formValues) {
}