public function LingotekConfigTranslationServiceInterface::getTranslatableProperties in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- 3.8.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getTranslatableProperties()
Get the translatable properties for this schema.
Parameters
\Drupal\Core\TypedData\TraversableTypedDataInterface $schema: The schema we need to extract the properties from.
string $prefix: The prefix to be used for constructing the canonical name.
Return value
array An array of the canonical-named properties.
1 method overrides LingotekConfigTranslationServiceInterface::getTranslatableProperties()
- LingotekConfigTranslationService::getTranslatableProperties in src/
LingotekConfigTranslationService.php - Get the translatable properties for this schema.
File
- src/
LingotekConfigTranslationServiceInterface.php, line 689
Class
- LingotekConfigTranslationServiceInterface
- Service for managing Lingotek configuration translations.
Namespace
Drupal\lingotekCode
public function getTranslatableProperties(TraversableTypedDataInterface $schema, $prefix);