public function ForumBlockBase::blockSubmit

Overrides \Drupal\block\BlockBase::blockSubmit().

Overrides BlockBase::blockSubmit

File

drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/ForumBlockBase.php, line 53
Contains \Drupal\forum\Plugin\Block\ForumBlockBase.

Class

ForumBlockBase
Provides a base class for Forum blocks.

Namespace

Drupal\forum\Plugin\Block

Code

public function blockSubmit($form, &$form_state) {
  $this->configuration['block_count'] = $form_state['values']['block_count'];
}