You are here

public function SimpleAdsCampaignInterface::buildForm in SimpleAds 8

Return ad campaign form to create an ad.

Return value

array form

1 method overrides SimpleAdsCampaignInterface::buildForm()
SimpleAdsCampaignBase::buildForm in src/SimpleAdsCampaignBase.php
Return ad campaign form to create an ad.

File

src/SimpleAdsCampaignInterface.php, line 25

Class

SimpleAdsCampaignInterface
Defines an interface SimpleAdsCampaign plugins.

Namespace

Drupal\simpleads

Code

public function buildForm(array $form, FormStateInterface $form_state, $type = NULL, $id = NULL);