abstract protected function ContentTranslationConfigOverrideBase::getModule in Open Social 8.5
Same name and namespace in other branches
- 8.9 modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 8.4 modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 8.6 modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 8.7 modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 8.8 modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 10.3.x modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 10.0.x modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 10.1.x modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::getModule()
- 10.2.x modules/social_features/social_core/src/ContentTranslationConfigOverrideBase.php \Drupal\social_core\ContentTranslationConfigOverrideBase::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.
2 calls to ContentTranslationConfigOverrideBase::getModule()
- ContentTranslationConfigOverrideBase::getCacheSuffix in modules/
social_features/ social_core/ src/ ContentTranslationConfigOverrideBase.php - The string to append to the configuration static cache name.
- ContentTranslationConfigOverrideBase::loadOverrides in modules/
social_features/ social_core/ src/ ContentTranslationConfigOverrideBase.php - Returns config overrides.
4 methods override ContentTranslationConfigOverrideBase::getModule()
- ContentTranslationDefaultsConfigOverride::getModule in modules/
social_features/ social_landing_page/ src/ ContentTranslationDefaultsConfigOverride.php - Returns the module that provides the overrides.
- ContentTranslationDefaultsConfigOverride::getModule in modules/
social_features/ social_page/ src/ ContentTranslationDefaultsConfigOverride.php - Returns the module that provides the overrides.
- ContentTranslationDefaultsConfigOverride::getModule in modules/
social_features/ social_book/ src/ ContentTranslationDefaultsConfigOverride.php - Returns the module that provides the overrides.
- ContentTranslationDefaultsConfigOverride::getModule in modules/
social_features/ social_event/ src/ ContentTranslationDefaultsConfigOverride.php - Returns the module that provides the overrides.
File
- modules/
social_features/ social_core/ src/ ContentTranslationConfigOverrideBase.php, line 37
Class
- ContentTranslationConfigOverrideBase
- Provides a base class for configurable content translation config overrides.
Namespace
Drupal\social_coreCode
protected abstract function getModule();