You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guides/v2.3/extension-dev-guide/events-and-observers.md
+3
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,9 @@ The `observer` [xml](https://glossary.magento.com/xml) element has the following
127
127
*`disabled` - Determines whether this observer is active or not. Default value is false.
128
128
*`shared` - Determines the [lifestyle]({{ page.baseurl }}/extension-dev-guide/build/di-xml-file.html#object-lifestyle-configuration) of the class. Default is `true`.
129
129
130
+
{: .bs-callout .bs-callout-warning}
131
+
The observer name must be unique, or an override will occur.
132
+
130
133
Below is an example of how to assign observers to watch certain events:
0 commit comments