commerce_smart_importer-8.x-1.0-alpha1/src/CommerceSmartImporterConstants.php
src/CommerceSmartImporterConstants.php
<?php
namespace Drupal\commerce_smart_importer;
/**
* Contains constants.
*/
class CommerceSmartImporterConstants {
/**
* Temporary dir.
*/
const TEMP_DIR = 'temporary://smart_importer_temp';
}
