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

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