Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SearchBlock.php

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\Block

Code

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;
}
RSS feed
Powered by Drupal