You are here

public function Regular::updateFormSubmit in SimpleAds 8

Update an ad campaign.

Overrides SimpleAdsCampaignBase::updateFormSubmit

File

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

Class

Regular
Regular Campign type.

Namespace

Drupal\simpleads\Plugin\SimpleAds\Campaign

Code

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