You are here

public function FormatterTypeInterface::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.

1 method overrides FormatterTypeInterface::submitForm()
FormatterTypeBase::submitForm in src/FormatterTypeBase.php
Formatter type plugin settings form submit callback.

File

src/FormatterTypeInterface.php, line 44

Class

FormatterTypeInterface
Interface FormatterInterface.

Namespace

Drupal\custom_formatters

Code

public function submitForm(array $form, FormStateInterface $form_state);