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\BlockCode
public function blockSubmit($form, FormStateInterface $form_state) {
$js_button = $form_state
->getValue('js_button');
$this->configuration['js_button'] = $js_button;
}