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