public function SimpleAdsCampaignBase::createFormSubmit in SimpleAds 8
Create an ad campaign.
Overrides SimpleAdsCampaignInterface::createFormSubmit
1 method overrides SimpleAdsCampaignBase::createFormSubmit()
- Regular::createFormSubmit in src/
Plugin/ SimpleAds/ Campaign/ Regular.php - Create an ad campaign.
File
- src/
SimpleAdsCampaignBase.php, line 24
Class
Namespace
Drupal\simpleadsCode
public function createFormSubmit($options, FormStateInterface $form_state, $type = NULL) {
return $options;
}