yireo-training/magento2-example-plugin-inject-variables-into-block

示例 Magento 2 模块,展示如何使用拦截器扩展 Block 类

dev-master 2020-08-19 12:50 UTC

This package is auto-updated.

Last update: 2024-09-19 22:11:14 UTC


README

示例 Magento 2 模块,展示如何使用拦截器扩展 Block 类

安装

使用以下 composer 命令进行安装

composer require yireo-training/magento2-example-plugin-inject-variables-into-block:dev-master

接下来启用模块

bin/magento module:enable Yireo_ExamplePluginInjectVariablesIntoBlocks
bin/magento setup:upgrade

并刷新缓存

bin/magento cache:clean

概念验证

带有 XML 布局名称 absolute_footer 的块应替换为新的 PHTML 模板,该模板还包括一个 $customer 变量。