You are here

public function FormComponentInterface::settingsSummary in Flexiform 8

Get the settings summary.

Return value

string The setting summary.

1 method overrides FormComponentInterface::settingsSummary()
FormComponentBase::settingsSummary in src/FormComponent/FormComponentBase.php
Get the settings summary.

File

src/FormComponent/FormComponentInterface.php, line 51

Class

FormComponentInterface
Interface for form component plugins.

Namespace

Drupal\flexiform\FormComponent

Code

public function settingsSummary();