|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (Registration $themeRegistration, IndexerRegistry $indexerRegistry) | |
| install (ModuleDataSetupInterface $setup, ModuleContextInterface $context) | |
Upgrade registered themes
Definition at line 19 of file RecurringData.php.
| __construct | ( | Registration | $themeRegistration, |
| IndexerRegistry | $indexerRegistry | ||
| ) |
Init
| Registration | $themeRegistration | |
| IndexerRegistry | $indexerRegistry |
Definition at line 39 of file RecurringData.php.
| install | ( | ModuleDataSetupInterface | $setup, |
| ModuleContextInterface | $context | ||
| ) |
{Installs data for a module
| ModuleDataSetupInterface | $setup | |
| ModuleContextInterface | $context |
Implements InstallDataInterface.
Definition at line 48 of file RecurringData.php.