Skip to content

Instantly share code, notes, and snippets.

@ericthehacker
Created May 2, 2015 18:41
Show Gist options
  • Save ericthehacker/e9394d1e4be0dde2bca6 to your computer and use it in GitHub Desktop.
Save ericthehacker/e9394d1e4be0dde2bca6 to your computer and use it in GitHub Desktop.
Example of Magento 2 around plug-in 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">
<type name="Magento\Config\Block\System\Config\Form">
<plugin name="configScopeHints" type="EW\ConfigScopeHints\Model\Plugin" sortOrder="100" />
</type>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment