You are here

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\yamlform

Code

public function getTranslationElements(YamlFormInterface $yamlform, $langcode);