Created
September 20, 2013 18:59
-
-
Save antonkril/6642207 to your computer and use it in GitHub Desktop.
Magento 2 Interception Demo code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<type name="Magento_Backend_Model_Menu_Item"> | |
<plugin name="ILovePlugins" type="Apple_IDontCare_Model_Menu_Item_Plugin" sortOrder="100" /> | |
</type> | |
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<module name="Apple_IDontCare" version="1.0.0.0" active="true"/> | |
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<type name="Magento_Backend_Model_Menu_Item"> | |
<plugin name="kernel" type="Google_Nostromo_Model_Menu_Item_Plugin" sortOrder="200" /> | |
</type> | |
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<module name="Google_Nostromo" version="1.0.0.0" active="true" /> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment