public function DsFieldInterface::settingsForm in Display Suite 8.2
Same name and namespace in other branches
- 8.4 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::settingsForm()
- 8.3 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::settingsForm()
The form that holds the settings for this plugin.
1 method overrides DsFieldInterface::settingsForm()
- DsFieldBase::settingsForm in src/
Plugin/ DsField/ DsFieldBase.php - The form that holds the settings for this plugin.
File
- src/
Plugin/ DsField/ DsFieldInterface.php, line 33
Class
- DsFieldInterface
- Interface for DS plugins.
Namespace
Drupal\ds\Plugin\DsFieldCode
public function settingsForm($form, FormStateInterface $form_state);