Hook actionObjectDuplicateAfter

Informations

After duplicating an object This hook is called after duplicating an object by the core.
Hook actionObjectDuplicateAfter
Locations
BO
FO
Type action
Origin core
Aliases
Description This hook is called after duplicating an object by the core.

Located in

Origin File
core classes/ObjectModel.php

Call of the Hook in the origin file

Hook::exec('actionObjectDuplicateAfter', ['oldObject' => $this, 'newObject' => $object_duplicated]);