public function LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties in Lingotek Translation 8
Same name and namespace in other branches
- 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.4.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 60 - Contains \Drupal\lingotek\LingotekConfigTranslationServiceInterface.
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function getConfigTranslatableProperties(ConfigNamesMapper $mapper);