X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fsites%2Fdefault%2Fdefault.settings.php;h=25d498e6f1d711cadb7f92d25668598f520a713f;hb=d18a8b52cccb985a6a4fd322879a08eac35467d5;hp=30deff4f5b77159400bad84121979dd8032d60a9;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/sites/default/default.settings.php b/web/sites/default/default.settings.php index 30deff4f5..25d498e6f 100644 --- a/web/sites/default/default.settings.php +++ b/web/sites/default/default.settings.php @@ -144,6 +144,11 @@ * @code * 'prefix' => 'main_', * @endcode + * + * Per-table prefixes are deprecated as of Drupal 8.2, and will be removed in + * Drupal 9.0. After that, only a single prefix for all tables will be + * supported. + * * To provide prefixes for specific tables, set 'prefix' as an array. * The array's keys are the table names and the values are the prefixes. * The 'default' element is mandatory and holds the prefix for any tables @@ -265,6 +270,11 @@ $config_directories = array(); * by the user. * * @see install_select_profile() + * + * @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0. The + * install profile is written to the core.extension configuration. If a + * service requires the install profile use the 'install_profile' container + * parameter. Functional code can use \Drupal::installProfile(). */ # $settings['install_profile'] = '';