Issue #2551549 by daffie: Deprecate per-table prefixing

8.3.x
Nathaniel Catchpole 2016-08-05 09:33:50 +01:00
parent ad76a96a40
commit 168a73dea8
1 changed files with 5 additions and 0 deletions

View File

@ -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