You are here

function acquia_contenthub_form_taxonomy_term_form_submit in Acquia Content Hub 8

Submit handler for the taxonomy term form with acquia contenthub options.

See also

acquia_contenthub_form_taxonomy_term_form_alter()

File

./acquia_contenthub.module, line 147
Contains acquia_contenthub.module.

Code

function acquia_contenthub_form_taxonomy_term_form_submit($form, FormStateInterface $form_state) {
  acquia_contenthub_form_entity_form_submit($form_state);
}