public function YamlFormTranslationManagerInterface::getTranslationElements in YAML Form 8
Get flattened associative array of translated element properties.
Parameters
\Drupal\yamlform\YamlFormInterface $yamlform: A form.
Return value
array A associative array of translated element properties.
1 method overrides YamlFormTranslationManagerInterface::getTranslationElements()
- YamlFormTranslationManager::getTranslationElements in src/
YamlFormTranslationManager.php - Get flattened associative array of translated element properties.
File
- src/
YamlFormTranslationManagerInterface.php, line 57
Class
- YamlFormTranslationManagerInterface
- Defines an interface for form element translation classes.
Namespace
Drupal\yamlformCode
public function getTranslationElements(YamlFormInterface $yamlform, $langcode);