Issue #2873750 by eheller: Add Change record to @deprecated for install_ensure_config_directory()

8.5.x
Nathaniel Catchpole 2017-10-10 15:21:13 +01:00
parent 5b3fdce48b
commit 942b70b4dd
1 changed files with 2 additions and 0 deletions

View File

@ -531,6 +531,8 @@ function drupal_install_config_directories() {
*
* @deprecated in Drupal 8.1.x, will be removed before Drupal 9.0.x. Use
* config_get_config_directory() and file_prepare_directory() instead.
*
* @see https://www.drupal.org/node/2501187
*/
function install_ensure_config_directory($type) {
// The config directory must be defined in settings.php.