我有2个自定义模块。我的模块custom_1扩展并覆盖了Magento核心模块module-catalog。 现在,我希望在我的自定义模块custom_2中进行这些更改。像这样:
<block class="Magento\Catalog\Block\Product\View" name="product.info"
template="product/view/form.phtml" after="alert.urls">
</block>
View类已由custom_1模块扩展。我可以更改路径并将其重定向到我的module_1,但是我的Magento是否应该这样做?还是我可以告诉Magento做到这一点?