PHP Class Smile\ElasticsuiteVirtualCategory\Setup\InstallData

Author: Aurelien FOUCRET ([email protected])
Inheritance: implements Magento\Framework\Setup\InstallDataInterface
Show file Open project: smile-sa/elasticsuite

Public Methods

Method Description
__construct ( Magento\Eav\Setup\EavSetupFactory $eavSetupFactory ) Class Constructor
install ( Magento\Framework\Setup\ModuleDataSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void

Method Details

__construct() public method

Class Constructor
public __construct ( Magento\Eav\Setup\EavSetupFactory $eavSetupFactory )
$eavSetupFactory Magento\Eav\Setup\EavSetupFactory Eav setup factory.

install() public method

public install ( Magento\Framework\Setup\ModuleDataSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void
$setup Magento\Framework\Setup\ModuleDataSetupInterface The setup interface
$context Magento\Framework\Setup\ModuleContextInterface The module Context
return void