You are here

public function AuthorPaneBlock::blockSubmit in Author Pane 8.3

Overrides BlockPluginTrait::blockSubmit

File

src/Plugin/Block/AuthorPaneBlock.php, line 68
Contains \Drupal\author_pane\Plugin\Block\AuthorPane.

Class

AuthorPaneBlock
Provides a Author Pane block.

Namespace

Drupal\author_pane\Plugin\Block

Code

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