Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/ImportCore/Import/DataHandling/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/ImportCore/Import/DataHandling/ActionConfigBuilder.php

<?php

declare(strict_types=1);

/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Import Core for Magento 2 (System)
 */

namespace Amasty\ImportCore\Import\DataHandling;

class ActionConfigBuilder
{
    public const IS_MULTISELECT = 'isMultiselect';
    public const IS_PRESELECTED = 'preselected';
    public const SYSTEM_ACTION = 'system';
    public const EAV_ENTITY_TYPE_CODE = 'eavEntityType';
    public const OPTION_SOURCE = 'optionSource';
}