You are here

public function SimpleAdsCampaignInterface::createFormSubmit in SimpleAds 8

Create an ad campaign.

1 method overrides SimpleAdsCampaignInterface::createFormSubmit()
SimpleAdsCampaignBase::createFormSubmit in src/SimpleAdsCampaignBase.php
Create an ad campaign.

File

src/SimpleAdsCampaignInterface.php, line 30

Class

SimpleAdsCampaignInterface
Defines an interface SimpleAdsCampaign plugins.

Namespace

Drupal\simpleads

Code

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