You are here

public function LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  2. 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  3. 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  4. 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  5. 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  6. 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  7. 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  8. 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  9. 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  10. 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getConfigTranslatableProperties()
  11. 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\lingotek

Code

public function getConfigTranslatableProperties(ConfigNamesMapper $mapper);