You are here

protected function ContentTranslationDefaultsConfigOverride::getModule in Open Social 8.5

Same name in this branch
  1. 8.5 modules/social_features/social_landing_page/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_landing_page\ContentTranslationDefaultsConfigOverride::getModule()
  2. 8.5 modules/social_features/social_page/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_page\ContentTranslationDefaultsConfigOverride::getModule()
  3. 8.5 modules/social_features/social_book/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_book\ContentTranslationDefaultsConfigOverride::getModule()
  4. 8.5 modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
Same name and namespace in other branches
  1. 8.9 modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  2. 8.4 modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  3. 8.6 modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  4. 8.7 modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  5. 8.8 modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  6. 10.3.x modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  7. 10.0.x modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  8. 10.1.x modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\ContentTranslationDefaultsConfigOverride::getModule()
  9. 10.2.x modules/social_features/social_event/src/ContentTranslationDefaultsConfigOverride.php \Drupal\social_event\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_event/src/ContentTranslationDefaultsConfigOverride.php, line 17

Class

ContentTranslationDefaultsConfigOverride
Provides content translation defaults for the event content type.

Namespace

Drupal\social_event

Code

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