You are here

public function ExampleField::settingsForm in Display Suite 8.3

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

The form that holds the settings for this plugin.

Parameters

array $form: The form definition array for the field configuration form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

array The renderable form array representing the entire configuration form.

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 [];
}