You are here

public function Regular::createFormSubmit in SimpleAds 8

Create an ad campaign.

Overrides SimpleAdsCampaignBase::createFormSubmit

File

src/Plugin/SimpleAds/Campaign/Regular.php, line 70

Class

Regular
Regular Campign type.

Namespace

Drupal\simpleads\Plugin\SimpleAds\Campaign

Code

public function createFormSubmit($options, FormStateInterface $form_state, $type = NULL) {
  return $options;
}