By mondrake on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.2.x
Introduced in version:
11.2.0
Description:
The $root parameter for \Drupal\Core\Database\Connection::createConnectionOptionsFromUrl() and \Drupal\Core\Database\Database::convertDbUrlToConnectionInfo() is deprecated, it is no longer needed by any implementation.
As the argument was required, pass NULL in any calls; this can then be removed in Drupal 12.
Impacts:
Module developers