public function UserNewBlock::blockSubmit

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

Overrides BlockBase::blockSubmit

File

drupal/core/modules/user/lib/Drupal/user/Plugin/Block/UserNewBlock.php, line 60
Contains \Drupal\user\Plugin\Block\UserNewBlock.

Class

UserNewBlock
Provides a "Who's new" block.

Namespace

Drupal\user\Plugin\Block

Code

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