Skip to content

Commit cec708b

Browse files
authored
Merge branch 'master' into improvement-message-queues-refresh-config
2 parents d1ee8fe + f080106 commit cec708b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guides/v2.3/extension-dev-guide/events-and-observers.md

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ The `observer` [xml](https://glossary.magento.com/xml) element has the following
127127
* `disabled` - Determines whether this observer is active or not. Default value is false.
128128
* `shared` - Determines the [lifestyle]({{ page.baseurl }}/extension-dev-guide/build/di-xml-file.html#object-lifestyle-configuration) of the class. Default is `true`.
129129

130+
{: .bs-callout .bs-callout-warning}
131+
The observer name must be unique, or an override will occur.
132+
130133
Below is an example of how to assign observers to watch certain events:
131134

132135
```xml

0 commit comments

Comments
 (0)