You are here

function sitemap_menu_delete in Sitemap 8.2

Same name and namespace in other branches
  1. 2.0.x sitemap.module \sitemap_menu_delete()

Implements hook_ENTITY_TYPE_delete().

File

./sitemap.module, line 142
Provides sitemap functionality.

Code

function sitemap_menu_delete(MenuInterface $menu) {

  // @TODO

  //_sitemap_clear_plugin_cache();
}