custom/plugins/CioProductDownload/src/CioProductDownload.php line 7

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace CioProductDownload;
  3. use Shopware\Core\Framework\Plugin;
  4. class CioProductDownload extends Plugin
  5. {
  6.     public const CUSTOM_FIELD_DOWNLOAD_MEDIA_ID 'cioDownloadMediaId';
  7.     public const CUSTOM_FIELD_DOWNLOAD_MEDIA_IDS 'cioDownloadMediaIds';
  8.     public const CUSTOM_PRODUCT_PARSED_DATA_DOWNLOAD_FILE 'custom_product_parsed_data_download_file';
  9. }