|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (IndexerInterfaceFactory $indexerFactory, ConfigInterface $configInterface) | |
| install (ModuleDataSetupInterface $setup, ModuleContextInterface $context) | |
Recurring data upgrade for indexer module
Definition at line 18 of file RecurringData.php.
| __construct | ( | IndexerInterfaceFactory | $indexerFactory, |
| ConfigInterface | $configInterface | ||
| ) |
RecurringData constructor.
| IndexerInterfaceFactory | $indexerFactory | |
| ConfigInterface | $configInterface |
Definition at line 36 of file RecurringData.php.
| install | ( | ModuleDataSetupInterface | $setup, |
| ModuleContextInterface | $context | ||
| ) |
{Installs data for a module
| ModuleDataSetupInterface | $setup | |
| ModuleContextInterface | $context |
Implements InstallDataInterface.
Definition at line 47 of file RecurringData.php.