iodigital-com / magento2-core
iO core module for Magento 2
Installs: 5 247
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.1
- magento/framework: >=102.0
Requires (Dev)
Replaces
- iodigital/magento2-core: *
README
This module is used as a core module for iO Magento 2 modules.
Admin configuration tab
It adds the Admin > Stores > Configuration > iO
tab in the admin panel.
Current product/category services
It also contains CurrentProduct
and CurrentCategory
services, which can be used instead of the deprecated
Magento\Framework\Registry
for retrieving and setting the current product or category.
When the registry is removed from Magento the services will be updated and a simple module upgrade will fix the
existing usages.