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-import-export
Test
Unit
Model
Export
Config
_files
invalidExportMergedXmlArray.php
Go to the documentation of this file.
1
<?php
6
return
[
7
'fileFormat_node_with_required_attribute'
=> [
8
'<?xml version="1.0"?><config><fileFormat label="name_one" model="model"/><fileFormat name="name_one" '
.
9
'model="model"/><fileFormat name="name" label="model"/></config>'
,
10
[
11
"Element 'fileFormat': The attribute 'name' is required but missing.\nLine: 1\n"
,
12
"Element 'fileFormat': The "
.
"attribute 'label' is required but missing.\nLine: 1\n"
,
13
"Element 'fileFormat': The attribute 'model' is required but "
.
"missing.\nLine: 1\n"
14
],
15
],
16
'entity_node_with_required_attribute'
=> [
17
'<?xml version="1.0"?><config><entity label="name_one" model="model" entityAttributeFilterType="name_one"/>'
.
18
'<entity name="name_one" model="model" entityAttributeFilterType="name_two"/>'
.
19
'<entity label="name" name="model" entityAttributeFilterType="name_three"/>'
.
20
'<entity label="name" name="model_two" model="model"/></config>'
,
21
[
22
"Element 'entity': The attribute 'name' is required but missing.\nLine: 1\n"
,
23
"Element 'entity': The attribute "
.
"'label' is required but missing.\nLine: 1\n"
,
24
"Element 'entity': The attribute 'model' is required but missing.\nLine: 1\n"
,
25
"Element 'entity': The attribute 'entityAttributeFilterType' is required but missing.\nLine: 1\n"
26
],
27
]
28
];