Feature #47228
Allow doctrine event listeners to be configured
100%
Description
The gedmo doctrine behavioral extensions depend on the doctrine event listener system to be configured when setting up the entity manager.
This is currently not possible in Flow, but could easily be handled via configuration.
I therefore suggest adding a new configuration setting TYPO3.Flow.doctrine.eventSubscribers which is a list of classes that extend
\Doctrine\Common\EventSubscriber and are to be registered with the doctrine event manager inside the entityManagerFactory.
Related issues
Updated by Alexander Berl almost 8 years ago
I mixed up event listeners and subscribers in the headline and description. I'm actually talking about the event subscribers, the basic idea could be extended for event listeners too, though those need a little different configuration syntax, as they need a list of event names and the event listener class.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19984
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19984
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19984
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19984
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19984
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19984
Updated by Alexander Berl over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5540b3c3a8ebba602410d869fdc88cd5f1f133a5.