By daffie on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.0.x
Introduced in version:
10.0.0
Issue links:
Description:
The method Drupal\Core\Database\Connection::getUnprefixedTablesMap() is deprecated and will be removed before Drupal 11.0.
The following Drupal\Core\Database\Connection class variables (all protected) are deprecated and will be removed before Drupal 11.0:
-
Drupal\Core\Database\Connection::$prefixes -
Drupal\Core\Database\Connection::$prefixSearch -
Drupal\Core\Database\Connection::$prefixReplace -
Drupal\Core\Database\Connection::$unprefixedTablesMap
The method Drupal\Core\Database\Connection::setPrefix($prefix) has changed in that the parameter now only accepts a string value.
Impacts:
Module developers