You are here

public function ProcessorConfigForm::submitFormSuccess in Purge 8.3

Form submission handler only called when there are no validation errors.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides PluginConfigFormBase::submitFormSuccess

File

tests/modules/purge_processor_test/src/Form/ProcessorConfigForm.php, line 44

Class

ProcessorConfigForm
Configuration form for a test processor.

Namespace

Drupal\purge_processor_test\Form

Code

public function submitFormSuccess(array &$form, FormStateInterface $form_state) {

  // Nothing to do here.
}