📜  magento 2中的注册模块 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:23.944000             🧑  作者: Mango

代码示例1
\Magento\Framework\Component\ComponentRegistrar::register(
    \Magento\Framework\Component\ComponentRegistrar::MODULE,
    'MyModule_Condition',
    __DIR__
);