You are here

public function EntityBlockBlock::blockSubmit in Entityblock 8

Overrides BlockPluginTrait::blockSubmit

File

src/Plugin/Block/EntityBlockBlock.php, line 116
Contains \Drupal\entityblock\Plugin\Block\EntityBlockBlock.

Class

EntityBlockBlock
Provides an entityblock block.

Namespace

Drupal\entityblock\Plugin\Block

Code

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