52 ->get(SerializerInterface::class);
55 $data = $reader->read();
60 $this->_data =
$data[
'data'];
61 $this->_metadata =
$data[
'metadata'];
72 list($scopeType, $scopeCode) = array_pad(explode(
'|', $scope), 2,
null);
75 return $this->_data[$scopeType] ?? [];
77 return $this->_data[$scopeType][$scopeCode] ?? [];
elseif(isset( $params[ 'redirect_parent']))
__construct(\Magento\Framework\App\Config\Initial\Reader $reader, \Magento\Framework\App\Cache\Type\Config $cache, SerializerInterface $serializer=null)