Closed
Description
Description
Upgrade components from ZF1 to ZF2
As a long term goal, we would like to eliminate knowledge about 3rd party libraries from Magento code base. Magento code still can use 3rd party libraries, but they must be wrapped by Magento interfaces and classes (adapters) so that 3rd party libraries can be easily substituted by newest versions or alternative implementations.
Acceptance Criteria
- Magento interfaces are defined and can be used instead of ZF1 classes in Magento code
- Default implementations for new interfaces are defined and configured as the preferences for new interfaces
- Client code of the ZF1 components is refactored to use Magento interfaces
- Zend classes are used as private services in Magento adapters
- Backward compatibility is preserved
- ZF1 components are updated to ZF2
List of the components
# | Component Name (total usages count) |
Module Name | Usages Count |
---|---|---|---|
1 | Zend_Service (total: 1) | Framework\CurrencyInterface.php | 1 |