You are here

public function TamperPluginInterface::buildConfigurationForm in Tamper 7

Form constructor.

Parameters

array $form: An associative array containing the structure of the form.

array &$form_state: An associative array containing the current state of the form.

Return value

array The form structure.

1 method overrides TamperPluginInterface::buildConfigurationForm()
TamperConvertCase::buildConfigurationForm in src/Plugins/TamperConvertCase.php
Form constructor.

File

src/Tamper.php, line 187
Contains TamperPluginBase.

Class

TamperPluginInterface
Plugin interface for providing plugins to tamper.

Code

public function buildConfigurationForm(array $form, array &$form_state);