public function elFinderBlock::blockSubmit in elFinder file manager 8.2
Overrides BlockPluginTrait::blockSubmit
File
- src/
Plugin/ Block/ elFinderBlock.php, line 49 - Contains \Drupal\elfinder\Plugin\Block\elFinderBlock.
Class
- elFinderBlock
- Provides a 'elFinder block' block.
Namespace
Drupal\elfinder\Plugin\BlockCode
public function blockSubmit($form, FormStateInterface $form_state) {
$this->configuration['elfinder_string'] = $form_state
->getValue('elfinder_string_text');
}