Change record status: 
Project: 
Introduced in branch: 
11.3.x
Introduced in version: 
11.3.
Description: 

Pass a Drupal\Core\Form\FormBuilderInterfaceobject as the form builder repository argument to Drupal\search\Plugin\Block\Search is deprecated. In addition, passing a SearchPageRepositoryInterface object as the search page repository argument to Drupal\search\Plugin\Block\Search constructor is deprecated.

In Drupal 12, the same arguments will need to be passed in as a closures that return the respective services, instead of the services being passed in themselves.

Impacts: 
Module developers
Site templates, recipes and distribution developers