You are here

function groupmenu_group_content_insert in Group Menu 8

Implements hook_ENTITY_TYPE_insert().

File

./groupmenu.module, line 259
Gives the ability to create and manage menus for groups.

Code

function groupmenu_group_content_insert(EntityInterface $entity) {
  groupmenu_group_content_update($entity);
}