You are here

function group_config_translation_info_alter in Group 8

Same name and namespace in other branches
  1. 2.0.x group.module \group_config_translation_info_alter()

Implements hook_config_translation_info_alter().

File

./group.module, line 51
Allows you to group users, content and other entities.

Code

function group_config_translation_info_alter(&$info) {
  $info['group_role']['class'] = 'Drupal\\group\\ConfigTranslation\\GroupRoleMapper';
}