function SearchBlock::blockSubmit
Same name in other branches
- 9 core/modules/search/src/Plugin/Block/SearchBlock.php \Drupal\search\Plugin\Block\SearchBlock::blockSubmit()
- 8.9.x core/modules/search/src/Plugin/Block/SearchBlock.php \Drupal\search\Plugin\Block\SearchBlock::blockSubmit()
- 10 core/modules/search/src/Plugin/Block/SearchBlock.php \Drupal\search\Plugin\Block\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.