You are here

function domain_nav_domain_delete in Domain Access 7.3

Implements hook_domain_delete()

File

domain_nav/domain_nav.module, line 317
Navigation block and menu options for Domain Access

Code

function domain_nav_domain_delete($domain, $form_values = array()) {
  domain_nav_rebuild_menu();
}