| 1 | <?php |
||
| 20 | class TranslatableAdminExtension extends AbstractTranslatableAdminExtension |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function alterNewInstance(AdminInterface $admin, $object) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | public function alterObject(AdminInterface $admin, $object) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function preUpdate(AdminInterface $admin, $object) |
||
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritdoc} |
||
| 50 | */ |
||
| 51 | public function prePersist(AdminInterface $admin, $object) |
||
| 55 | } |
||
| 56 |