You are here

function ggroup_group_type_insert in Subgroup (Graph) 1.0.x

Implements hook_ENTITY_TYPE_insert().

File

./ggroup.module, line 27
Enables Subgroup functionality.

Code

function ggroup_group_type_insert(GroupTypeInterface $group_type) {
  \Drupal::service('plugin.manager.group_content_enabler')
    ->clearCachedDefinitions();
}