public static BootstrapConfigStorageFactory::getDatabaseStorage()
Returns a Database configuration storage implementation.
\Drupal\Core\Config\DatabaseStorage
public static function getDatabaseStorage() { return new DatabaseStorage(Database::getConnection(), 'config'); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!BootstrapConfigStorageFactory.php/function/BootstrapConfigStorageFactory::getDatabaseStorage/8.1.x