You are here

public function FormatterTypeBase::submitForm in Custom Formatters 8.3

Formatter type plugin settings form submit callback.

Parameters

array $form: The Form API array.

FormStateInterface $form_state: The Form state interface.

Overrides FormatterTypeInterface::submitForm

1 call to FormatterTypeBase::submitForm()
FormatterPreset::submitForm in src/Plugin/CustomFormatters/FormatterType/FormatterPreset.php
Formatter type plugin settings form submit callback.
1 method overrides FormatterTypeBase::submitForm()
FormatterPreset::submitForm in src/Plugin/CustomFormatters/FormatterType/FormatterPreset.php
Formatter type plugin settings form submit callback.

File

src/FormatterTypeBase.php, line 72

Class

FormatterTypeBase
Class FormatterTypeBase.

Namespace

Drupal\custom_formatters

Code

public function submitForm(array $form, FormStateInterface $form_state) {
}