You are here

public function DsFieldBase::settingsForm in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/DsFieldBase.php \Drupal\ds\Plugin\DsField\DsFieldBase::settingsForm()
  2. 8.3 src/Plugin/DsField/DsFieldBase.php \Drupal\ds\Plugin\DsField\DsFieldBase::settingsForm()

The form that holds the settings for this plugin.

Overrides DsFieldInterface::settingsForm

7 methods override DsFieldBase::settingsForm()
BlockDescription::settingsForm in src/Plugin/DsField/Block/BlockDescription.php
The form that holds the settings for this plugin.
DynamicCopyField::settingsForm in src/Plugin/DsField/DynamicCopyField.php
The form that holds the settings for this plugin.
Entity::settingsForm in src/Plugin/DsField/Entity.php
The form that holds the settings for this plugin.
ExampleField::settingsForm in drush/ExampleField.php
The form that holds the settings for this plugin.
Link::settingsForm in src/Plugin/DsField/Link.php
The form that holds the settings for this plugin.

... See full list

File

src/Plugin/DsField/DsFieldBase.php, line 44

Class

DsFieldBase
Base class for all the ds plugins.

Namespace

Drupal\ds\Plugin\DsField

Code

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