Events
Event Pre-Translation
Object
| Name | Value |
|---|---|
| Event | Twocream\DeepLBundle\Event\TranslationEvents::PRE_TRANSLATION |
| Class | Twocream\DeepLBundle\Event\ElementTranslationEvent |
| Properties | Concrete $object, ElementTranslationMessage $message |
| Trigger | Triggered for the object before the queue entry is processed |
Asset
| Name | Value |
|---|---|
| Event | Twocream\DeepLBundle\Event\TranslationEvents::PRE_TRANSLATION |
| Class | Twocream\DeepLBundle\Event\ElementTranslationEvent |
| Properties | Concrete $object, ElementTranslationMessage $message |
| Trigger | Triggered for the asset before the queue entry is processed |
Event Post-Translation
Object
| Name | Value |
|---|---|
| Event | Twocream\DeepLBundle\Event\TranslationEvents::POST_TRANSLATION |
| Class | Twocream\DeepLBundle\Event\ElementTranslationEvent |
| Properties | Concrete $object, ElementTranslationMessage $message |
| Trigger | Triggered after the queue entry has been processed and the object has been saved |
Asset
| Name | Value |
|---|---|
| Event | Twocream\DeepLBundle\Event\TranslationEvents::POST_TRANSLATION |
| Class | Twocream\DeepLBundle\Event\ElementTranslationEvent |
| Properties | Concrete $object, ElementTranslationMessage $message |
| Trigger | Processed after the queue entry has been processed, after the asset has been saved |