Overrides \Drupal\block\BlockBase::blockSubmit().
Overrides BlockBase::blockSubmit
File
- drupal/core/modules/comment/lib/Drupal/comment/Plugin/Block/RecentCommentsBlock.php, line 57
- Contains \Drupal\comment\Plugin\Block\RecentCommentsBlock.
Class
- RecentCommentsBlock
- Provides a 'Recent comments' block.
Namespace
Drupal\comment\Plugin\Block
Code
public function blockSubmit($form, &$form_state) {
$this->configuration['block_count'] = $form_state['values']['block_count'];
}