Do you think these plugin events are useful and should be introduced? I needed those today for one feature, but ended up creating database triggers.
Labels |
Added:
?
|
Your mentioned events are not triggered when batch process is executed.
None of the batch functions in the core code trigger plugin events. Truthfully, that's a part of the code I'm not sure plugin triggers are effective in general.
Category | ⇒ | Plugins |
Status | New | ⇒ | Needs Review |
Moving to Needs Review
so a Maintainer can decide if this should included or not. Thanks.
Labels |
Added:
?
|
I added some proposal at #9307
Can you take a look?
Closing as we have a PR for review
Status | Needs Review | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-07 21:27:54 |
Closed_By | ⇒ | brianteeman |
This might just be me being dense or not understanding the over-complicated nature of the tags code, but where exactly are there tags getting created/deleted that don't get the standard
onContentBeforeSave
oronContentBeforeDelete
events triggered?