Implements \Drupal\Core\Form\FormInterface::submitForm().
Overrides FormInterface::submitForm
File
- drupal/core/modules/system/lib/Drupal/system/SystemConfigFormBase.php, line 77
- Contains \Drupal\system\SystemConfigFormBase.
Class
- SystemConfigFormBase
- Base class for implementing system configuration forms.
Namespace
Drupal\system
Code
public function submitForm(array &$form, array &$form_state) {
drupal_set_message(t('The configuration options have been saved.'));
}