Jump to content

Perform action after all forms updates


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...