You are here

public function DsFieldInterface::settingsForm in Display Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::settingsForm()
  2. 8.2 src/Plugin/DsField/DsFieldInterface.php \Drupal\ds\Plugin\DsField\DsFieldInterface::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.

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 43

Class

DsFieldInterface
Defines a common interface for all ds field plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

public function settingsForm($form, FormStateInterface $form_state);