You are here

public function SimpleAdsTypeInterface::deleteFormSubmit in SimpleAds 8

Delete an ad.

1 method overrides SimpleAdsTypeInterface::deleteFormSubmit()
SimpleAdsTypeBase::deleteFormSubmit in src/SimpleAdsTypeBase.php
Delete an ad.

File

src/SimpleAdsTypeInterface.php, line 40

Class

SimpleAdsTypeInterface
Defines an interface SimpleAdsType plugins.

Namespace

Drupal\simpleads

Code

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