QuentinJou Posted February 26, 2021 Share Posted February 26, 2021 Bonjour a tous, Je suis en train de développer un module, et j'essaye d'exécuter une action après la mise a jour avec tout les formulaire du back-office. Je sais qu'il est possible d'executer une action apres la mise a jour pour un forms particulier avec le hook : actionAfterUpdate<FormName>FormHandler public function hookActionAfterUpdateEmployeeFormHandler(array $params) { $this->updateData($params['form_data']); } ce qui obligerais de répéter cette fonction pour chaque formulaire. Est il possible de faire une fonction pour tout les formulaire Merci Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now