You are here

public function ExampleField::settingsForm in Display Suite 8.2

Same name and namespace in other branches
  1. 8.3 drush/ExampleField.php \Drupal\example_field\Plugin\DsField\ExampleField::settingsForm()

The form that holds the settings for this plugin.

Overrides DsFieldBase::settingsForm

File

drush/ExampleField.php, line 29

Class

ExampleField
Generated field.

Namespace

Drupal\example_field\Plugin\DsField

Code

public function settingsForm($form, FormStateInterface $form_state) {
  return array();
}