You are here

public function ScheduleListBuilder::submitForm in Backup and Migrate 8.4

Same name and namespace in other branches
  1. 5.0.x src/Controller/ScheduleListBuilder.php \Drupal\backup_migrate\Controller\ScheduleListBuilder::submitForm()

File

src/Controller/ScheduleListBuilder.php, line 77

Class

ScheduleListBuilder
Provides a listing of Schedule entities.

Namespace

Drupal\backup_migrate\Controller

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
  parent::submitForm($form, $form_state);
  drupal_set_message(t('The schedule settings have been updated.'));
}