Skip to content

Instantly share code, notes, and snippets.

@andrew-smart
Created January 18, 2016 08:46
Show Gist options
  • Select an option

  • Save andrew-smart/745b81fb809b0da434f0 to your computer and use it in GitHub Desktop.

Select an option

Save andrew-smart/745b81fb809b0da434f0 to your computer and use it in GitHub Desktop.
Magento 2: Declare a plugin
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="[ObservedType]">
<plugin name="[pluginName]" type="[PluginClassName]" sortOrder="1" disabled="false" />
</type>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment