You are here

protected function ContentTranslationDefaultsConfigOverride::getModule in Open Social 10.2.x

Same name in this branch
  1. 10.2.x modules/social_features/social_landing_page/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_landing_page\ContentTranslationDefaultsConfigOverride::getModule()
  2. 10.2.x modules/social_features/social_page/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_page\ContentTranslationDefaultsConfigOverride::getModule()
  3. 10.2.x modules/social_features/social_book/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_book\ContentTranslationDefaultsConfigOverride::getModule()
  4. 10.2.x modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  5. 10.2.x modules/social_features/social_group/modules/social_group_flexible_group/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_group_flexible_group\ContentTranslationDefaultsConfigOverride::getModule()
Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_group/modules/social_group_flexible_group/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_group_flexible_group\ContentTranslationDefaultsConfigOverride::getModule()

Returns the module that provides the overrides.

This is used as the social_contant_translation.settings configuration key as well as in the cache suffix for the overrides.

Return value

string The module name providing the overrides.

Overrides ContentTranslationConfigOverrideBase::getModule

File

modules/social_features/social_group/modules/social_group_flexible_group/src/ContentTranslationDefaultsConfigOverride.php, line 20

Class

ContentTranslationDefaultsConfigOverride
Provides content translation defaults for the flexible group type.

Namespace

Drupal\social_group_flexible_group

Code

protected function getModule() {
  return 'social_group_flexible_group';
}