You are here

public function QueuerConfigForm::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_queuer_test/src/Form/QueuerConfigForm.php, line 44

Class

QueuerConfigForm
Queuer with a configuration form.

Namespace

Drupal\purge_queuer_test\Form

Code

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

  // Nothing to do here.
}