Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
invalidConfigXmlArray.php File Reference

Go to the source code of this file.

Variables

 return ['preference_without_required_for_attribute'=> ['<?xml version="1.0"?>< config >< preference type="Some_Type_Name"/></config >', ["Element 'preference': The attribute 'for' is required but missing.\nLine: 1\n"],], 'preference_without_required_type_attribute'=> ['<?xml version="1.0"?>< config >< preference for="Some_For_Name"/></config >', ["Element 'preference': The attribute 'type' is required but missing.\nLine: 1\n"],], 'preferences_with_same_for_attribute_value'=> ['<?xml version="1.0"?>< config >< preference for="Some_For_Name" type="Some_Type_Name"/>< preference for="Some_For_Name" type="Some_Type_Name"/></config >', ["Element 'preference': Duplicate key-sequence ['Some_For_Name'] in unique " . "identity-constraint 'uniquePreference'.\nLine: 4\n"],], 'preferences_with_forbidden_attribute'=> ['<?xml version="1.0"?>< config >< preference for="Some_For_Name" type="Some_Type_Name" forbidden="text"/></config >', ["Element 'preference', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 2\n"],], 'type_without_required_name_attribute'=> ['<?xml version="1.0"?>< config >< type/></config >', ["Element 'type': The attribute 'name' is required but missing.\nLine: 1\n"],], 'type_with_same_name_attribute_value'=> ['<?xml version="1.0"?>< config >< type name="Some_Type_name"/>< type name="Some_Type_name"/></config >', ["Element 'type': Duplicate key-sequence ['Some_Type_name'] in unique identity-constraint" . " 'uniqueType'.\nLine: 4\n"],], 'type_with_forbidden_attribute'=> ['<?xml version="1.0"?>< config >< type name="Some_Name" forbidden="text"/></config >', ["Element 'type', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 1\n"],], 'type_shared_attribute_with_forbidden_value'=> ['<?xml version="1.0"?>< config >< type name="Some_Name" shared="forbidden"/></config >', ["Element 'type', attribute 'shared': 'forbidden' is not a valid value of the atomic type" . " 'xs:boolean'.\nLine: 1\n"],], 'type_object_with_forbidden_shared_value'=> ['<?xml version="1.0"?>< config xmlns:xsi="http: <type name="Some_Name"> <arguments> <argument name="Param_name" xsi:type="object" shared="forbidden">Object</argument> </arguments> </type> </config>', [ "Element 'argument', attribute 'shared':'forbidden' is not a valid value of the atomic type" . " 'xs:boolean'.\nLine:5\n" ], ], 'type_instance_with_forbidden_attribute' => [ '<?xml version="1.0"?> <config xmlns:xsi="http:< type name="Some_Name">< arguments >< argument name="Param_name" xsi:type="object" forbidden="text">Object</argument ></arguments ></type ></config >', ["Element 'argument', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 5\n"],], 'type_plugin_without_required_name_attribute'=> ['<?xml version="1.0"?>< config >< type name="Some_Name">< plugin/></type ></config >', ["Element 'plugin': The attribute 'name' is required but missing.\nLine: 1\n"],], 'type_plugin_with_forbidden_attribute'=> ['<?xml version="1.0"?>< config >< type name="Some_Name">< plugin name="some_name" forbidden="text"/></type ></config >', ["Element 'plugin', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 2\n"],], 'type_plugin_disabled_attribute_invalid_value'=> ['<?xml version="1.0"?>< config >< type name="Some_Name">< plugin name="some_name" disabled="string"/></type ></config >', ["Element 'plugin', attribute 'disabled': 'string' is not a valid value of the atomic " . "type 'xs:boolean'.\nLine: 2\n"],], 'type_plugin_sortorder_attribute_invalid_value'=> ['<?xml version="1.0"?>< config >< type name="Some_Name">< plugin name="some_name" sortOrder="string"/></type ></config >', ["Element 'plugin', attribute 'sortOrder': 'string' is not a valid value of the atomic type" . " 'xs:int'.\nLine: 2\n"],], 'type_with_same_argument_name_attribute'=> ['<?xml version="1.0"?>< config xmlns:xsi="http: <type name="Some_Name"> <arguments> <argument name="same_argument_name" xsi:type="string">value</argument> <argument name="same_argument_name" xsi:type="string">value2</argument> </arguments> </type> </config>', [ "Element 'argument':Duplicate key-sequence ['same_argument_name'] in key identity-constraint " . " 'argumentName'.\nLine:6\n" ], ], 'virtualtype_without_required_name_attribute' => [ '<?xml version="1.0"?><config><virtualType /></config>', ["Element 'virtualType':The attribute 'name' is required but missing.\nLine:1\n"], ], 'virtualtype_with_forbidden_shared_attribute_value' => [ '<?xml version="1.0"?><config><virtualType name="virtual_name" shared="forbidden"/></config>', [ "Element 'virtualType', attribute 'shared':'forbidden' is not a valid value of the atomic " . "type 'xs:boolean'.\nLine:1\n" ], ], 'virtualtype_with_forbidden_attribute' => [ '<?xml version="1.0"?><config><virtualType name="virtual_name" forbidden="text"/></config>', ["Element 'virtualType', attribute 'forbidden':The attribute 'forbidden' is not allowed.\nLine:1\n"], ], 'virtualtype_with_same_name_attribute_value' => [ '<?xml version="1.0"?><config><virtualType name="test_name" /><virtualType name="test_name" /></config>', [ "Element 'virtualType':Duplicate key-sequence ['test_name'] in unique" . " identity-constraint 'uniqueVirtualType'.\nLine:1\n" ], ], 'virtualtype_with_same_argument_name_attribute' => [ '<?xml version="1.0"?> <config xmlns:xsi="http:< virtualType name="virtual_name">< arguments >< argument name="same_param_name" xsi:type="string">value</argument >< argument name="same_param_name" xsi:type="string">value2</argument ></arguments ></virtualType ></config >', ["Element 'argument': Duplicate key-sequence ['same_param_name'] in key identity-constraint" . " 'argumentName'.\nLine: 6\n"],], 'sorted_object_list_with_invalid_sortOrder_attribute_value'=> ['<?xml version="1.0"?>< config xmlns:xsi="http: <type name="Some_Name"> <arguments> <argument name="sorted_object_list" xsi:type="array"> <item name="someObject" xsi:type="object" sortOrder="false">Some_Class_Name</item> </argument> </arguments> </type> </config>', [ "Element 'item', attribute 'sortOrder':'false' is not a valid value of the atomic type 'xs:integer'." . "\nLine:6\n" ], ], 'virtualtype with empty_name' => [ '<config xmlns:xsi="http:< virtualType name="" type="TypeName" shared="true"/></config >', ["Element 'virtualType', attribute 'name': [facet 'pattern'] The value '' is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)*'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': '' is not a valid value of the atomic type 'phpClassName'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': Warning: No precomputed value available, the value was either " . "invalid or something strange happend." . "\nLine: 2\n",],], 'virtualtype with empty_type'=> ['< config xmlns:xsi="http: <virtualType name="Name" type="" shared="true"/> </config>', [ "Element 'virtualType', attribute 'type':[facet 'pattern'] The value '' is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *) *'." . "\nLine:2\n", "Element 'virtualType', attribute 'type':'' is not a valid value of the atomic type 'phpClassName'." . "\nLine:2\n", ], ], 'virtualtype with invalid_type' => [ '<config xmlns:xsi="http:< virtualType name="777Digits\\IsNotAllowed" type="TypeName" shared="true"/></config >', ["Element 'virtualType', attribute 'name': [facet 'pattern'] The value '777Digits\\IsNotAllowed' " . "is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)*'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': '777Digits\\IsNotAllowed' " . "is not a valid value of the atomic type 'phpClassName'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': Warning: No precomputed value available, the value was either " . "invalid or something strange happend." . "\nLine: 2\n",],], 'virtualtype with digits_and_prefix_slash'=> ['< config xmlns:xsi="http: <virtualType name="\\777Digits\\IsNotAllowed" type="TypeName" shared="true"/> </config>', [ "Element 'virtualType', attribute 'name':[facet 'pattern'] The value '\\777Digits\\IsNotAllowed' " . "is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *) *'." . "\nLine:2\n", "Element 'virtualType', attribute 'name':'\\777Digits\\IsNotAllowed' " . "is not a valid value of the atomic type 'phpClassName'." . "\nLine:2\n", "Element 'virtualType', attribute 'name':Warning:No precomputed value available, the value was either " . "invalid or something strange happend." . "\nLine:2\n", ], ],]
 

Variable Documentation

◆ return

return[ 'preference_without_required_for_attribute'=> [ '<?xml version="1.0"?>< config >< preference type="Some_Type_Name"/></config >', ["Element 'preference': The attribute 'for' is required but missing.\nLine: 1\n"],], 'preference_without_required_type_attribute'=> [ '<?xml version="1.0"?>< config >< preference for="Some_For_Name"/></config >', ["Element 'preference': The attribute 'type' is required but missing.\nLine: 1\n"],], 'preferences_with_same_for_attribute_value'=> [ '<?xml version="1.0"?>< config >< preference for="Some_For_Name" type="Some_Type_Name"/>< preference for="Some_For_Name" type="Some_Type_Name"/></config >', [ "Element 'preference': Duplicate key-sequence ['Some_For_Name'] in unique " . "identity-constraint 'uniquePreference'.\nLine: 4\n"],], 'preferences_with_forbidden_attribute'=> [ '<?xml version="1.0"?>< config >< preference for="Some_For_Name" type="Some_Type_Name" forbidden="text"/></config >', ["Element 'preference', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 2\n"],], 'type_without_required_name_attribute'=> [ '<?xml version="1.0"?>< config >< type/></config >', ["Element 'type': The attribute 'name' is required but missing.\nLine: 1\n"],], 'type_with_same_name_attribute_value'=> [ '<?xml version="1.0"?>< config >< type name="Some_Type_name"/>< type name="Some_Type_name"/></config >', [ "Element 'type': Duplicate key-sequence ['Some_Type_name'] in unique identity-constraint" . " 'uniqueType'.\nLine: 4\n"],], 'type_with_forbidden_attribute'=> [ '<?xml version="1.0"?>< config >< type name="Some_Name" forbidden="text"/></config >', ["Element 'type', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 1\n"],], 'type_shared_attribute_with_forbidden_value'=> [ '<?xml version="1.0"?>< config >< type name="Some_Name" shared="forbidden"/></config >', [ "Element 'type', attribute 'shared': 'forbidden' is not a valid value of the atomic type" . " 'xs:boolean'.\nLine: 1\n"],], 'type_object_with_forbidden_shared_value'=> [ '<?xml version="1.0"?>< config xmlns:xsi="http: <type name="Some_Name"> <arguments> <argument name="Param_name" xsi:type="object" shared="forbidden">Object</argument> </arguments> </type> </config>', [ "Element 'argument', attribute 'shared':'forbidden' is not a valid value of the atomic type" . " 'xs:boolean'.\nLine:5\n" ], ], 'type_instance_with_forbidden_attribute' => [ '<?xml version="1.0"?> <config xmlns:xsi="http:< type name="Some_Name">< arguments >< argument name="Param_name" xsi:type="object" forbidden="text">Object</argument ></arguments ></type ></config >', ["Element 'argument', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 5\n"],], 'type_plugin_without_required_name_attribute'=> [ '<?xml version="1.0"?>< config >< type name="Some_Name">< plugin/></type ></config >', ["Element 'plugin': The attribute 'name' is required but missing.\nLine: 1\n"],], 'type_plugin_with_forbidden_attribute'=> [ '<?xml version="1.0"?>< config >< type name="Some_Name">< plugin name="some_name" forbidden="text"/></type ></config >', ["Element 'plugin', attribute 'forbidden': The attribute 'forbidden' is not allowed.\nLine: 2\n"],], 'type_plugin_disabled_attribute_invalid_value'=> [ '<?xml version="1.0"?>< config >< type name="Some_Name">< plugin name="some_name" disabled="string"/></type ></config >', [ "Element 'plugin', attribute 'disabled': 'string' is not a valid value of the atomic " . "type 'xs:boolean'.\nLine: 2\n"],], 'type_plugin_sortorder_attribute_invalid_value'=> [ '<?xml version="1.0"?>< config >< type name="Some_Name">< plugin name="some_name" sortOrder="string"/></type ></config >', [ "Element 'plugin', attribute 'sortOrder': 'string' is not a valid value of the atomic type" . " 'xs:int'.\nLine: 2\n"],], 'type_with_same_argument_name_attribute'=> [ '<?xml version="1.0"?>< config xmlns:xsi="http: <type name="Some_Name"> <arguments> <argument name="same_argument_name" xsi:type="string">value</argument> <argument name="same_argument_name" xsi:type="string">value2</argument> </arguments> </type> </config>', [ "Element 'argument':Duplicate key-sequence [ 'same_argument_name'] in key identity-constraint " . " 'argumentName'.\nLine:6\n" ], ], 'virtualtype_without_required_name_attribute' => [ '<?xml version="1.0"?><config><virtualType /></config>', ["Element 'virtualType':The attribute 'name' is required but missing.\nLine:1\n"], ], 'virtualtype_with_forbidden_shared_attribute_value' => [ '<?xml version="1.0"?><config><virtualType name="virtual_name" shared="forbidden"/></config>', [ "Element 'virtualType', attribute 'shared':'forbidden' is not a valid value of the atomic " . "type 'xs:boolean'.\nLine:1\n" ], ], 'virtualtype_with_forbidden_attribute' => [ '<?xml version="1.0"?><config><virtualType name="virtual_name" forbidden="text"/></config>', ["Element 'virtualType', attribute 'forbidden':The attribute 'forbidden' is not allowed.\nLine:1\n"], ], 'virtualtype_with_same_name_attribute_value' => [ '<?xml version="1.0"?><config><virtualType name="test_name" /><virtualType name="test_name" /></config>', [ "Element 'virtualType':Duplicate key-sequence [ 'test_name'] in unique" . " identity-constraint 'uniqueVirtualType'.\nLine:1\n" ], ], 'virtualtype_with_same_argument_name_attribute' => [ '<?xml version="1.0"?> <config xmlns:xsi="http:< virtualType name="virtual_name">< arguments >< argument name="same_param_name" xsi:type="string">value</argument >< argument name="same_param_name" xsi:type="string">value2</argument ></arguments ></virtualType ></config >', [ "Element 'argument': Duplicate key-sequence ['same_param_name'] in key identity-constraint" . " 'argumentName'.\nLine: 6\n"],], 'sorted_object_list_with_invalid_sortOrder_attribute_value'=> [ '<?xml version="1.0"?>< config xmlns:xsi="http: <type name="Some_Name"> <arguments> <argument name="sorted_object_list" xsi:type="array"> <item name="someObject" xsi:type="object" sortOrder="false">Some_Class_Name</item> </argument> </arguments> </type> </config>', [ "Element 'item', attribute 'sortOrder':'false' is not a valid value of the atomic type 'xs:integer'." . "\nLine:6\n" ], ], 'virtualtype with empty_name' => [ '<config xmlns:xsi="http:< virtualType name="" type="TypeName" shared="true"/></config >', [ "Element 'virtualType', attribute 'name': [facet 'pattern'] The value '' is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)*'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': '' is not a valid value of the atomic type 'phpClassName'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': Warning: No precomputed value available, the value was either " . "invalid or something strange happend." . "\nLine: 2\n",],], 'virtualtype with empty_type'=> [ '< config xmlns:xsi="http: <virtualType name="Name" type="" shared="true"/> </config>', [ "Element 'virtualType', attribute 'type':[facet 'pattern'] The value '' is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *) *'." . "\nLine:2\n", "Element 'virtualType', attribute 'type':'' is not a valid value of the atomic type 'phpClassName'." . "\nLine:2\n", ], ], 'virtualtype with invalid_type' => [ '<config xmlns:xsi="http:< virtualType name="777Digits\\IsNotAllowed" type="TypeName" shared="true"/></config >', [ "Element 'virtualType', attribute 'name': [facet 'pattern'] The value '777Digits\\IsNotAllowed' " . "is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf]*)*'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': '777Digits\\IsNotAllowed' " . "is not a valid value of the atomic type 'phpClassName'." . "\nLine: 2\n", "Element 'virtualType', attribute 'name': Warning: No precomputed value available, the value was either " . "invalid or something strange happend." . "\nLine: 2\n",],], 'virtualtype with digits_and_prefix_slash'=> [ '< config xmlns:xsi="http: <virtualType name="\\777Digits\\IsNotAllowed" type="TypeName" shared="true"/> </config>', [ "Element 'virtualType', attribute 'name':[facet 'pattern'] The value '\\777Digits\\IsNotAllowed' " . "is not accepted by the pattern '" . "(\\\\?[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *)" . "(\\\\[a-zA-Z_\x7f-\xc3\xbf][a-zA-Z0-9_\x7f-\xc3\xbf] *) *'." . "\nLine:2\n", "Element 'virtualType', attribute 'name':'\\777Digits\\IsNotAllowed' " . "is not a valid value of the atomic type 'phpClassName'." . "\nLine:2\n", "Element 'virtualType', attribute 'name':Warning:No precomputed value available, the value was either " . "invalid or something strange happend." . "\nLine:2\n", ], ],]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 240 of file invalidConfigXmlArray.php.