public function LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
Gets the configuration translatable properties of the given mapper.
Parameters
\Drupal\config_translation\ConfigNamesMapper $mapper: The mapper.
Return value
array Canonical names of the translatable properties.
1 method overrides LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
- LingotekConfigTranslationService::getConfigTranslatableProperties in src/
LingotekConfigTranslationService.php - Gets the configuration translatable properties of the given mapper.
File
- src/
LingotekConfigTranslationServiceInterface.php, line 53
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function getConfigTranslatableProperties(ConfigNamesMapper $mapper);