25 private $storageConfigurationPool;
44 parent::__construct($context,
$data);
45 $this->storageConfigurationPool = $storageConfigurationPool;
46 $this->appConfig = $appConfig;
61 $dynamicStorage = $this->storageConfigurationPool->get($namespace);
63 if ($dynamicStorage) {
64 $storageConfig = array_replace_recursive($storageConfig, $dynamicStorage->get());
67 $storageConfig[
'allowToSendRequest'] = $this->appConfig->getValue(
getData($key='', $index=null)
const ALLOW_SYNC_WITH_BACKEND_PATH
__construct(Context $context, FrontendStorageConfigurationPool $storageConfigurationPool, Config $appConfig, array $data=[])