We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20d192 commit ab1c373Copy full SHA for ab1c373
resources/inspectionDescriptions/PluginDeclarationInspection.html
@@ -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
20
+ <a href="https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html">Read more about Plugins (Interceptors)</a>
21
22
+</body>
23
+</html>
0 commit comments