By mikelutz on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Introduced in version:
8.0.0-alpha14
Description:
DrupalKernelInterface::prepareLegacyRequest() is deprecated.
You should prepare the request using DrupalKernel::boot() and DrupalKernel::preHandle() and additional logic as needed.
Impacts:
Module developers
Site templates, recipes and distribution developers