You are here

public function YamlFormTranslationManagerInterface::getSourceElements 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::getSourceElements()
YamlFormTranslationManager::getSourceElements in src/YamlFormTranslationManager.php
Get flattened associative array of translated element properties.

File

src/YamlFormTranslationManagerInterface.php, line 46

Class

YamlFormTranslationManagerInterface
Defines an interface for form element translation classes.

Namespace

Drupal\yamlform

Code

public function getSourceElements(YamlFormInterface $yamlform);