You are here

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\Block

Code

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