function FileStorageFactory::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Config/FileStorageFactory.php \Drupal\Core\Config\FileStorageFactory::__construct()

File

core/lib/Drupal/Core/Config/FileStorageFactory.php, line 17

Class

FileStorageFactory
Provides a factory for creating config storage objects.

Namespace

Drupal\Core\Config

Code

public function __construct() {
  @trigger_error(__CLASS__ . ' is deprecated in drupal:11.5.0 and is removed from drupal:13.0.0. Use the "config.storage.sync" service instead. See https://www.drupal.org/node/3586484', E_USER_DEPRECATED);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.