public static BootstrapConfigStorageFactory::get($class_loader = NULL)
Returns a configuration storage implementation.
Parameters
$class_loader: The class loader. Normally Composer's ClassLoader, as included by the front controller, but may also be decorated; e.g., \Symfony\Component\ClassLoader\ApcClassLoader.
Return value
\Drupal\Core\Config\StorageInterface A configuration storage implementation.
File
core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php, line 24
Class
Bootstra