eZ\Publish\Core\Base\Container\ApiLoader\Storage\ExternalStorageRegistryFactory::buildExternalStorageRegistry PHP Method

buildExternalStorageRegistry() public method

Returns external storage registry.
public buildExternalStorageRegistry ( string $externalStorageRegistryClass ) : StorageRegistry
$externalStorageRegistryClass string
return eZ\Publish\Core\Persistence\Legacy\Content\StorageRegistry
    public function buildExternalStorageRegistry($externalStorageRegistryClass)
    {
        return new $externalStorageRegistryClass($this->getExternalStorageHandlers());
    }