You are here

public function WebformTranslationManagerInterface::getSourceElements in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\webform

Code

public function getSourceElements(WebformInterface $webform);