We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://symfony.com/blog/new-in-symfony-4-3-simpler-event-dispatching#supporting-both-dispatchers.
Taking the PostDeleteModelEvent as an exapmle:
$event = new PostDeleteModelEvent($environment, $model); $this->dispatcher->dispatch($event, $event::NAME);
Target: DCG 2.2 / Contao 4.9 (Symfony >=4.3)
The text was updated successfully, but these errors were encountered:
@discordier @davidmaack
is this implemented? e.g.
dc-general/src/Contao/View/Contao2BackendView/ActionHandler/DeleteHandler.php
Lines 183 to 185 in 5c240cb
Sorry, something went wrong.
discordier
baumannsven
No branches or pull requests
See https://symfony.com/blog/new-in-symfony-4-3-simpler-event-dispatching#supporting-both-dispatchers.
Taking the PostDeleteModelEvent as an exapmle:
Target: DCG 2.2 / Contao 4.9 (Symfony >=4.3)
The text was updated successfully, but these errors were encountered: