Skip to content

Commit ab1c373

Browse files
committed
Add the duplicate plugin name inspection description
1 parent b20d192 commit ab1c373

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
/*
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
-->
7+
8+
<html>
9+
<body>
10+
11+
<p>Plugin names must be unique.</p>
12+
<p>
13+
In case overriding is wanted,
14+
<a href="https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html#disabling-plugins">
15+
disable the original plugin
16+
</a>
17+
and give a unique name to the current plugin.
18+
</p>
19+
<p>
20+
<a href="https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html">Read more about Plugins (Interceptors)</a>
21+
</p>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)