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
Naming Conventions
The unique event name can be any string, but optionally follows a few simple naming conventions:
Use only lowercase letters, numbers, dots (.) and underscores (_);
Prefix names with a namespace followed by a dot (e.g. order., user.*);
End names with a verb that indicates what action has been taken (e.g. order.placed).
The text was updated successfully, but these errors were encountered:
We should implement the following:
Also rename event classes as suggested on https://symfony.com/doc/current/components/event_dispatcher.html#naming-conventions
The text was updated successfully, but these errors were encountered: