public function SimpleAdsTypeInterface::updateFormSubmit in SimpleAds 8
Update an ad.
1 method overrides SimpleAdsTypeInterface::updateFormSubmit()
- SimpleAdsTypeBase::updateFormSubmit in src/
SimpleAdsTypeBase.php - Update an ad.
File
- src/
SimpleAdsTypeInterface.php, line 35
Class
- SimpleAdsTypeInterface
- Defines an interface SimpleAdsType plugins.
Namespace
Drupal\simpleadsCode
public function updateFormSubmit($options, FormStateInterface $form_state, $type = NULL, $id = NULL);