public function YamlFormTranslationManagerInterface::getBaseElements in YAML Form 8
Get base form elements from the site's default language.
Parameters
\Drupal\yamlform\YamlFormInterface $yamlform: A form.
Return value
array Base form elements as a flattened associative array.
1 method overrides YamlFormTranslationManagerInterface::getBaseElements()
- YamlFormTranslationManager::getBaseElements in src/
YamlFormTranslationManager.php - Get base form elements from the site's default language.
File
- src/
YamlFormTranslationManagerInterface.php, line 35
Class
- YamlFormTranslationManagerInterface
- Defines an interface for form element translation classes.
Namespace
Drupal\yamlformCode
public function getBaseElements(YamlFormInterface $yamlform);