You are here

public function FormComponentBase::settingsSummary in Flexiform 8

Get the settings summary.

Return value

string The setting summary.

Overrides FormComponentInterface::settingsSummary

4 methods override FormComponentBase::settingsSummary()
CustomTextComponent::settingsSummary in src/Plugin/FormComponentType/CustomTextComponent.php
Get the settings summary.
ExtraFieldComponent::settingsSummary in src/Plugin/FormComponentType/ExtraFieldComponent.php
Get the settings summary.
FieldWidgetComponent::settingsSummary in src/Plugin/FormComponentType/FieldWidgetComponent.php
Get the settings summary.
FormElementComponent::settingsSummary in src/Plugin/FormComponentType/FormElementComponent.php
Get the settings summary.

File

src/FormComponent/FormComponentBase.php, line 121

Class

FormComponentBase
Provides the base form component plugin.

Namespace

Drupal\flexiform\FormComponent

Code

public function settingsSummary() {
}