Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AssertDownloadableProductForm.php
Go to the documentation of this file.
1 <?php
8 
10 
16 {
22  protected $sortFields = [
23  'downloadable_links/downloadable/link::sort_order',
24  'downloadable_sample/downloadable/sample::sort_order',
25  ];
26 }