public function BlockFieldTestContentBlock::blockSubmit in Block field 8
Overrides BlockPluginTrait::blockSubmit
File
- tests/
modules/ block_field_test/ src/ Plugin/ Block/ BlockFieldTestContentBlock.php, line 43
Class
- BlockFieldTestContentBlock
- Provides a 'Block field test content' block.
Namespace
Drupal\block_field_test\Plugin\BlockCode
public function blockSubmit($form, FormStateInterface $form_state) {
$this->configuration['content'] = $form_state
->getValue('content');
}