QuentinJou Posted February 24, 2021 Share Posted February 24, 2021 Hello, I am trying to perform an action after updating all the forms. I know we can do this for each separately with the hook actionAfterUpdate<FormName>FormHandler public function hookActionAfterUpdateEmployeeFormHandler(array $params) { $this->updateData($params['form_data']); } But is it possible to have a function for all the forms ? Thank you 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