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