function _taxonomy_menu_insert_link_items_success in Taxonomy menu 6.2
Same name and namespace in other branches
- 7 taxonomy_menu.batch.inc \_taxonomy_menu_insert_link_items_success()
1 string reference to '_taxonomy_menu_insert_link_items_success'
- _taxonomy_menu_insert_link_items_batch in ./
taxonomy_menu.batch.inc - @file The $batch can include the following values. Only 'operations' and 'finished' are required, all others will be set to default values.
File
- ./
taxonomy_menu.batch.inc, line 82 - The $batch can include the following values. Only 'operations' and 'finished' are required, all others will be set to default values.
Code
function _taxonomy_menu_insert_link_items_success() {
// @todo state menu name here
drupal_set_message(t('The Taxonomy Menu has been updated.'));
}