function SearchBlock::blockSubmit
Overrides BlockPluginTrait::blockSubmit
File
- 
              core/modules/ search/ src/ Plugin/ Block/ SearchBlock.php, line 123 
Class
- SearchBlock
- Provides a 'Search form' block.
Namespace
Drupal\search\Plugin\BlockCode
public function blockSubmit($form, FormStateInterface $form_state) {
  // Handle the #empty_value: using the default requires specifying `null` in
  // the config.
  // @see search.schema.yml
  // @see \Drupal\search\Form\SearchBlockForm::buildForm()
  $this->configuration['page_id'] = $form_state->getValue('page_id') ?: NULL;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
