You are here

public function SimpleAdsCampaignInterface::updateFormSubmit in SimpleAds 8

Update an ad campaign.

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

File

src/SimpleAdsCampaignInterface.php, line 35

Class

SimpleAdsCampaignInterface
Defines an interface SimpleAdsCampaign plugins.

Namespace

Drupal\simpleads

Code

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