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

Go to the source code of this file.

Variables

 return ['entity_same_name_attribute_value'=> ['<?xml version="1.0"?>< config >< entity name="same_name"/>< entity name="same_name"/></config >', ["Element 'entity': Duplicate key-sequence ['same_name'] in unique " . "identity-constraint 'uniqueEntityName'.\nLine: 1\n"],], 'entity_without_required_name_attribute'=> ['<?xml version="1.0"?>< config >< entity/></config >', ["Element 'entity': The attribute 'name' is required but missing.\nLine: 1\n"],], 'entity_with_invalid_model_value'=> ['<?xml version="1.0"?>< config >< entity name="some_name" model="12345"/></config >', ["Element 'entity', attribute 'model': [facet 'pattern'] The value '12345' is not accepted by " . "the pattern '[A-Za-z_\\\\]+'.\nLine: 1\n", "Element 'entity', attribute 'model': '12345' is not a valid value of the atomic type" . " 'modelName'.\nLine: 1\n"],], 'entity_with_invalid_behaviormodel_value'=> ['<?xml version="1.0"?>< config >< entity name="some_name" behaviorModel="=--09"/></config >', ["Element 'entity', attribute 'behaviorModel': [facet 'pattern'] The value '=--09' is not " . "accepted by the pattern '[A-Za-z_\\\\]+'.\nLine: 1\n", "Element 'entity', attribute 'behaviorModel': '=--09' is not a valid value of the atomic type" . " 'modelName'.\nLine: 1\n"],], 'entity_with_notallowed_attribute'=> ['<?xml version="1.0"?>< config >< entity name="some_name" notallowd="aasd"/></config >', ["Element 'entity', attribute 'notallowd': The attribute 'notallowd' is not allowed.\nLine: 1\n"],], 'entitytype_without_required_name_attribute'=> ['<?xml version="1.0"?>< config >< entityType entity="entity_name" model="model_name"/></config >', ["Element 'entityType': The attribute 'name' is required but missing.\nLine: 1\n"],], 'entitytype_without_required_model_attribute'=> ['<?xml version="1.0"?>< config >< entityType entity="entity_name" name="some_name"/></config >', ["Element 'entityType': The attribute 'model' is required but missing.\nLine: 1\n"],], 'entitytype_with_invalid_model_attribute_value'=> ['<?xml version="1.0"?>< config >< entityType entity="entity_name" name="some_name" model="test1"/></config >', ["Element 'entityType', attribute 'model': [facet 'pattern'] The value 'test1' is not " . "accepted by the pattern '[A-Za-z_\\\\]+'.\nLine: 1\n", "Element 'entityType', attribute 'model': 'test1' is not a valid value of the atomic type" . " 'modelName'.\nLine: 1\n"],], 'entitytype_with_notallowed'=> ['<?xml version="1.0"?>< config >< entityType entity="entity_name" name="some_name" ' . 'model="test" notallowed="test"/></config >', ["Element 'entityType', attribute 'notallowed': The attribute 'notallowed' is not allowed.\nLine: 1\n"],]]
 

Variable Documentation

◆ return

return[ 'entity_same_name_attribute_value'=> [ '<?xml version="1.0"?>< config >< entity name="same_name"/>< entity name="same_name"/></config >', [ "Element 'entity': Duplicate key-sequence ['same_name'] in unique " . "identity-constraint 'uniqueEntityName'.\nLine: 1\n"],], 'entity_without_required_name_attribute'=> [ '<?xml version="1.0"?>< config >< entity/></config >', ["Element 'entity': The attribute 'name' is required but missing.\nLine: 1\n"],], 'entity_with_invalid_model_value'=> [ '<?xml version="1.0"?>< config >< entity name="some_name" model="12345"/></config >', [ "Element 'entity', attribute 'model': [facet 'pattern'] The value '12345' is not accepted by " . "the pattern '[A-Za-z_\\\\]+'.\nLine: 1\n", "Element 'entity', attribute 'model': '12345' is not a valid value of the atomic type" . " 'modelName'.\nLine: 1\n"],], 'entity_with_invalid_behaviormodel_value'=> [ '<?xml version="1.0"?>< config >< entity name="some_name" behaviorModel="=--09"/></config >', [ "Element 'entity', attribute 'behaviorModel': [facet 'pattern'] The value '=--09' is not " . "accepted by the pattern '[A-Za-z_\\\\]+'.\nLine: 1\n", "Element 'entity', attribute 'behaviorModel': '=--09' is not a valid value of the atomic type" . " 'modelName'.\nLine: 1\n"],], 'entity_with_notallowed_attribute'=> [ '<?xml version="1.0"?>< config >< entity name="some_name" notallowd="aasd"/></config >', ["Element 'entity', attribute 'notallowd': The attribute 'notallowd' is not allowed.\nLine: 1\n"],], 'entitytype_without_required_name_attribute'=> [ '<?xml version="1.0"?>< config >< entityType entity="entity_name" model="model_name"/></config >', ["Element 'entityType': The attribute 'name' is required but missing.\nLine: 1\n"],], 'entitytype_without_required_model_attribute'=> [ '<?xml version="1.0"?>< config >< entityType entity="entity_name" name="some_name"/></config >', ["Element 'entityType': The attribute 'model' is required but missing.\nLine: 1\n"],], 'entitytype_with_invalid_model_attribute_value'=> [ '<?xml version="1.0"?>< config >< entityType entity="entity_name" name="some_name" model="test1"/></config >', [ "Element 'entityType', attribute 'model': [facet 'pattern'] The value 'test1' is not " . "accepted by the pattern '[A-Za-z_\\\\]+'.\nLine: 1\n", "Element 'entityType', attribute 'model': 'test1' is not a valid value of the atomic type" . " 'modelName'.\nLine: 1\n"],], 'entitytype_with_notallowed'=> [ '<?xml version="1.0"?>< config >< entityType entity="entity_name" name="some_name" ' . 'model="test" notallowed="test"/></config >', ["Element 'entityType', attribute 'notallowed': The attribute 'notallowed' is not allowed.\nLine: 1\n"],]]

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

Definition at line 62 of file invalidImportXmlArray.php.