You are here

function og_menu_update_8001 in Organic Groups Menu (OG Menu) 8

Reset the group relation map.

File

./og_menu.install, line 11
The og_menu install file.

Code

function og_menu_update_8001() {
  \Drupal::service('og.group_type_manager')
    ->resetGroupRelationMap();
}