You are here

protected function GathercontentMultistepFormBase::saveData in GatherContent 8

Saves the data from the multistep form.

File

src/Form/GathercontentMultistepFormBase.php, line 98

Class

GathercontentMultistepFormBase
Class GathercontentMultistepFormBase.

Namespace

Drupal\gathercontent\Form

Code

protected function saveData() {

  // Logic for saving data goes here...
  $this
    ->deleteStore([]);
  drupal_set_message($this
    ->t('The form has been saved.'));
}