xml 我目前的Magento 2 PHPStorm文件模板(2016年2月)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 我目前的Magento 2 PHPStorm文件模板(2016年2月)相关的知识,希望对你有一定的参考价值。
<?xml version="1.0"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd">
</routes>
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
</system>
</config>
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
<router id="standard">
<route id="${ROUTE_NAME}" frontName="${ROUTE_NAME}">
<module name="${MODULE_NAME}" />
</route>
</router>
</config>
<?php
use Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(ComponentRegistrar::MODULE, '${MODULE_NAME}', __DIR__);
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="${MODULE_NAME}" setup_version="0.1.0">
</module>
</config>
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
</body>
</page>
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="${EVENT_NAME}">
<observer name="${OBSERVER_NAME}" instance="${OBSERVER_CLASS}" shared="false"/>
</event>
</config>
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
</config>
{
"name": "${COMPOSER_NAME}",
"description": "${DESCRIPTION}",
"require": {
"php": "~5.6.0|~7.0.0"
},
"type": "magento2-module",
"license": [
"BSD-3-Clause"
],
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"${NAMESPACE}\\\\${MODULE_NAME}\\": ""
}
}
}
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
<resources>
<resource id="Magento_Backend::admin">
</resource>
</resources>
</acl>
</config>
以上是关于xml 我目前的Magento 2 PHPStorm文件模板(2016年2月)的主要内容,如果未能解决你的问题,请参考以下文章
xml 通过xml magento 2添加静态块
Magento REST API故障:xml无效
xml 在Magento中创建模块2.来源:https://magenticians.com/create-module-in-magento-2/
Magento 2 - 如何在另一个 phtml 文件、xml 布局、静态块和 cms 页面中调用自定义 phtml 文件?
xml Magento 2 Cron
xml [Magento 2]翻译datepicker月份