| Hook | actionObjectDuplicateAfter |
|---|---|
| Locations | BO FO |
| Type | action |
| Origin | core |
| Aliases | |
| Description | This hook is called after duplicating an object by the core. |
| Origin | File |
|---|---|
| core | classes/ObjectModel.php |
Hook::exec('actionObjectDuplicateAfter', ['oldObject' => $this, 'newObject' => $object_duplicated]);