You are here

public function WebformTranslationManagerInterface::getBaseElements in Webform 6.x

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

Code

public function getBaseElements(WebformInterface $webform);