You are here

public function FormsStepsProgressBarBlock::blockSubmit in Forms Steps 8

Overrides BlockPluginTrait::blockSubmit

File

src/Plugin/Block/FormsStepsProgressBarBlock.php, line 231

Class

FormsStepsProgressBarBlock
Provides the progress bar block.

Namespace

Drupal\forms_steps\Plugin\Block

Code

public function blockSubmit($form, FormStateInterface $form_state) {
  $this->configuration['progress_bar_settings'] = $form_state
    ->getValue('progress_bar_settings');
}