You are here

CommerceSmartImporterConstants.php in Commerce Smart Importer 8

File

src/CommerceSmartImporterConstants.php
View source
<?php

namespace Drupal\commerce_smart_importer;


/**
 * Contains constants.
 */
class CommerceSmartImporterConstants {

  /**
   * Temporary dir.
   */
  const TEMP_DIR = 'temporary://smart_importer_temp';

}

Classes

Namesort descending Description
CommerceSmartImporterConstants Contains constants.