public function AggregatorFeedBlock::blockSubmit

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

Overrides BlockBase::blockSubmit

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Block/AggregatorFeedBlock.php, line 60
Contains \Drupal\aggregator\Plugin\Block\AggregatorFeedBlock.

Class

AggregatorFeedBlock
Provides an 'Aggregator feed' block with the latest items from the feed.

Namespace

Drupal\aggregator\Plugin\Block

Code

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