You are here

public function SettingInterface::settingForm in Fasttoggle 8.2

Return the sitewide form element for this setting.

Return value

array Form element for this setting.

File

src/Plugin/Setting/SettingInterface.php, line 117
Provides Drupal\fasttoggle\SettingInterface.

Class

SettingInterface
Interface for settings. Plugin strings are used for quick filtering without the need to instantiate the class.

Namespace

Drupal\fasttoggle\Plugin\Setting

Code

public function settingForm($config, $prefix);