Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-downloadable
Test
Unit
Model
Product
CopyConstructor
_files
expected_data.php
Go to the documentation of this file.
1
<?php
6
return
[
7
'link'
=> [
8
[
9
'is_delete'
=>
false
,
10
'link_id'
=>
null
,
11
'title'
=>
'title'
,
12
'is_shareable'
=>
'is_shareable'
,
13
'sample'
=> [
14
'type'
=>
'sample_type'
,
15
'url'
=>
'sample_url'
,
16
'file'
=> [[
'file'
=>
'sample_file'
,
'name'
=>
'sample_file'
,
'size'
=> 0,
'status'
=>
null
]],
17
],
18
'file'
=> [[
'file'
=>
'link_file'
,
'name'
=>
'link_file'
,
'size'
=> 0,
'status'
=>
null
]],
19
'type'
=>
'link_type'
,
20
'link_url'
=>
'link_url'
,
21
'sort_order'
=>
'sort_order'
,
22
'number_of_downloads'
=>
'number_of_downloads'
,
23
'price'
=>
'price'
,
24
],
25
],
26
'sample'
=> [
27
[
28
'is_delete'
=>
false
,
29
'sample_id'
=>
null
,
30
'title'
=>
'title'
,
31
'type'
=>
'sample_type'
,
32
'file'
=> [[
'file'
=>
'sample_file'
,
'name'
=>
'sample_file'
,
'size'
=> 0,
'status'
=>
null
]],
33
'sample_url'
=>
'sample_url'
,
34
'sort_order'
=>
'sort_order'
,
35
],
36
]
37
];