마 젠토 2 : 컨트롤러 재 작성
Magento 2에서 컨트롤러 (실제로 동작)를 다시 작성하려면 어떻게해야합니까? 여기에 지시 된대로 시도 했습니다. 나는라고 내 자신의 모듈이 Namespace_Module와 di.xml같은 시스템 모델 및 블록에서 작동하기 때문에, 고려 파일을, 예 : <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd"> <!-- this one doesn't work for a controller action --> <preference for="Magento\Backend\Controller\Adminhtml\Dashboard\RefreshStatistics" type="Namespace\Module\Controller\Adminhtml\Dashboard\RefreshStatistics" /> <!-- this …