public function PurgerConfigForm::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_purger_test/ src/ Form/ PurgerConfigForm.php, line 44
Class
- PurgerConfigForm
- Configuration form for a test purger.
Namespace
Drupal\purge_purger_test\FormCode
public function submitFormSuccess(array &$form, FormStateInterface $form_state) {
// Nothing to do here.
}