You are here

function groupmedia_media_type_insert in Group Media 8.2

Implements hook_ENTITY_TYPE_insert().

File

./groupmedia.module, line 21
Allows to associate media content to group.

Code

function groupmedia_media_type_insert(MediaTypeInterface $media_type) {
  \Drupal::service('plugin.manager.group_content_enabler')
    ->clearCachedDefinitions();
}