Smile\ElasticsuiteCatalog\Model\Product\Indexer\Fulltext\Action\FullFactory::__construct PHP Method

__construct() public method

public __construct ( Magento\Framework\ObjectManagerInterface $objectManager, Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, string $configPath = EngineInterface::CONFIG_ENGINE_PATH, array $fullActionPool = [] )
$objectManager Magento\Framework\ObjectManagerInterface Object manager.
$scopeConfig Magento\Framework\App\Config\ScopeConfigInterface Configuration.
$configPath string Search engine config path.
$fullActionPool array List of indexers class by engine.
    public function __construct(ObjectManagerInterface $objectManager, ScopeConfigInterface $scopeConfig, $configPath = EngineInterface::CONFIG_ENGINE_PATH, $fullActionPool = [])
    {
        $this->objectManager = $objectManager;
        $this->scopeConfig = $scopeConfig;
        $this->configPath = $configPath;
        $this->fullActionPool = $fullActionPool;
    }