By godotislate on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.
Issue links:
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