You are here

public function BackLinkBlock::blockSubmit in Opigno Learning path 3.x

Overrides BlockPluginTrait::blockSubmit

File

src/Plugin/Block/BackLinkBlock.php, line 74

Class

BackLinkBlock
Provides a backlinkblock block.

Namespace

Drupal\opigno_learning_path\Plugin\Block

Code

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