You are here

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

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

Code

public function getTranslatableProperties(TraversableTypedDataInterface $schema, $prefix);