protected function ContentTranslationDefaultsConfigOverride::getModule in Open Social 10.3.x
Same name in this branch
- 10.3.x modules/social_features/social_landing_page/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_landing_page\ContentTranslationDefaultsConfigOverride::getModule()
- 10.3.x modules/social_features/social_page/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_page\ContentTranslationDefaultsConfigOverride::getModule()
- 10.3.x modules/social_features/social_book/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_book\ContentTranslationDefaultsConfigOverride::getModule()
- 10.3.x modules/social_features/social_topic/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_topic\ContentTranslationDefaultsConfigOverride::getModule()
- 10.3.x modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
- 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_topic/ src/ ContentTranslationDefaultsConfigOverride.php, line 20
Class
- ContentTranslationDefaultsConfigOverride
- Provides content translation defaults for the event content type.
Namespace
Drupal\social_topicCode
protected function getModule() {
return 'social_topic';
}