public function WebformTranslationManagerInterface::getBaseElements in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformTranslationManagerInterface.php \Drupal\webform\WebformTranslationManagerInterface::getBaseElements()
Get base webform elements for the site's default language.
Parameters
\Drupal\webform\WebformInterface $webform: A webform.
Return value
array Base webform elements as a flattened associative array.
1 method overrides WebformTranslationManagerInterface::getBaseElements()
- WebformTranslationManager::getBaseElements in src/
WebformTranslationManager.php - Get base webform elements for the site's default language.
File
- src/
WebformTranslationManagerInterface.php, line 43
Class
- WebformTranslationManagerInterface
- Defines an interface for webform element translation classes.
Namespace
Drupal\webformCode
public function getBaseElements(WebformInterface $webform);