You are here

function taxonomy_server_settings_submit in Taxonomy import/export via XML 7

Changing the settings may change the visibility of the tabs on vocab and term pages.

1 string reference to 'taxonomy_server_settings_submit'
taxonomy_server_settings in taxonomy_server/taxonomy_server.module
Form builder for server settings.

File

taxonomy_server/taxonomy_server.module, line 180
Extends taxonomy_xml to publish downloadable or queriable taxonomy vocabularies and terms. Extends the Drupal URLs to make vocabulary information available under /taxonomy/vocabulary and /taxonomy/vocabulary/{vid}.

Code

function taxonomy_server_settings_submit() {
  menu_rebuild();
  drupal_set_message(t('Updated tab visibility on vocabulary and term pages.'));
}