t('Are you sure you want to do this?'); } /** * {@inheritdoc} */ public function getCancelUrl() { return new Url('system.admin_config'); } /** * {@inheritdoc} */ public function submitForm(array &$form, FormStateInterface $form_state) { // @DCG Place your code here. $this->messenger()->addStatus($this->t('Done!')); $form_state->setRedirectUrl($this->getCancelUrl()); } }