You are here

public function PrintableLinksBlock::blockSubmit in Printer and PDF versions for Drupal 8+ 2.x

Overrides BlockPluginTrait::blockSubmit

File

src/Plugin/Block/PrintableLinksBlock.php, line 150

Class

PrintableLinksBlock
Provides a printable links block for each printable entity.

Namespace

Drupal\printable\Plugin\Block

Code

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