You are here

function _taxonomy_menu_insert_link_items_success in Taxonomy menu 7

Same name and namespace in other branches
  1. 6.2 taxonomy_menu.batch.inc \_taxonomy_menu_insert_link_items_success()

Batch finished callback: sets a message stating the menu has been updated.

See also

_taxonomy_menu_insert_link_items_batch().

1 string reference to '_taxonomy_menu_insert_link_items_success'
_taxonomy_menu_insert_link_items_batch in ./taxonomy_menu.batch.inc
Starts a batch operation.

File

./taxonomy_menu.batch.inc, line 78
Batch API Code

Code

function _taxonomy_menu_insert_link_items_success() {

  // TODO state menu name here.
  drupal_set_message(t('The Taxonomy Menu has been updated.'));
}