public function SimpleAdsTypeBase::deleteFormSubmit in SimpleAds 8
Delete an ad.
Overrides SimpleAdsTypeInterface::deleteFormSubmit
1 method overrides SimpleAdsTypeBase::deleteFormSubmit()
- Image::deleteFormSubmit in src/
Plugin/ SimpleAds/ Type/ Image.php - Delete an ad.
File
- src/
SimpleAdsTypeBase.php, line 32
Class
Namespace
Drupal\simpleadsCode
public function deleteFormSubmit($options, FormStateInterface $form_state, $type = NULL, $id = NULL) {
return $options;
}