-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Adding symfony events for shares #30570
Conversation
This PR is a deviation from #30268. This doesn't replace the old hooks, instead adds one. |
Codecov Report
@@ Coverage Diff @@
## master #30570 +/- ##
============================================
+ Coverage 61.61% 61.62% +0.01%
- Complexity 18507 18508 +1
============================================
Files 1090 1090
Lines 61112 61136 +24
============================================
+ Hits 37653 37677 +24
Misses 23459 23459
Continue to review full report at Codecov.
|
3280205
to
6aa850f
Compare
Adding before and after events for shares using symfony's event dispatcher. Signed-off-by: Sujith H <[email protected]>
6aa850f
to
0ce660c
Compare
is this obsolete ? |
Yes this is obsolete PR. I am closing this one. |
Adding before and after events for shares
using symfony's event dispatcher.
Signed-off-by: Sujith H [email protected]
Description
Adding before and after symfony dispatcher events for shares
Related Issue
Motivation and Context
Adding before and after symfony dispatcher events for shares.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: