public function WebformTranslationManagerInterface::getSourceElements in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformTranslationManagerInterface.php \Drupal\webform\WebformTranslationManagerInterface::getSourceElements()
Get flattened associative array of translated element properties.
Parameters
\Drupal\webform\WebformInterface $webform: A webform.
Return value
array A associative array of translated element properties.
1 method overrides WebformTranslationManagerInterface::getSourceElements()
- WebformTranslationManager::getSourceElements in src/
WebformTranslationManager.php - Get flattened associative array of translated element properties.
File
- src/
WebformTranslationManagerInterface.php, line 54
Class
- WebformTranslationManagerInterface
- Defines an interface for webform element translation classes.
Namespace
Drupal\webformCode
public function getSourceElements(WebformInterface $webform);