You are here

public function FootermapBlock::blockSubmit in footermap: a footer site map 8

Overrides BlockPluginTrait::blockSubmit

File

src/Plugin/Block/FootermapBlock.php, line 191

Class

FootermapBlock
Provide a footer-based site map block based on menu items.

Namespace

Drupal\footermap\Plugin\Block

Code

public function blockSubmit($form, FormStateInterface $form_state) {
  $this->configuration = $form_state
    ->getValues();
}