og_menu.install in Organic Groups Menu (OG Menu) 8
Same filename and directory in other branches
The og_menu install file.
File
og_menu.installView source
<?php
/**
* @file
* The og_menu install file.
*/
/**
* Reset the group relation map.
*/
function og_menu_update_8001() {
\Drupal::service('og.group_type_manager')
->resetGroupRelationMap();
}
Functions
Name | Description |
---|---|
og_menu_update_8001 | Reset the group relation map. |