public function SimpleAdsTypeBase::createFormSubmit in SimpleAds 8
Create an ad.
Overrides SimpleAdsTypeInterface::createFormSubmit
2 methods override SimpleAdsTypeBase::createFormSubmit()
- Image::createFormSubmit in src/
Plugin/ SimpleAds/ Type/ Image.php - Create an ad.
- Text::createFormSubmit in src/
Plugin/ SimpleAds/ Type/ Text.php - Create an ad.
File
- src/
SimpleAdsTypeBase.php, line 24
Class
Namespace
Drupal\simpleadsCode
public function createFormSubmit($options, FormStateInterface $form_state, $type = NULL) {
return $options;
}