TYPO3 | Extbase | Domain Model | Lifecycle Hooks

After hours and hours when I was looking for the whole universe for an answer, I decided to ask you smart guys again.

I am working on Typo3 6.2. I wrote an Extbase extension, including domain models that work fine. Instead of custom backend modules, domain modules are managed by the list module that ships with Typo3.

One of these domain models contains a property that must be populated when creating / updating an object. After many studies, I was sure that the signal manager is my way, but I could not start it in any way.

So my question is:

How can I register a “callback” that is called when the Extbase domain model was created / updated with Typo3 6.2?

+4
source share

All Articles