Exemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getStorages()
 {
     // @deprecated It will return empty array here
     if ($this->backwardCompatibility && $this->gatewayFactoryRegistry instanceof RegistryInterface) {
         return $this->gatewayFactoryRegistry->getStorages();
     }
     return [];
 }