You are here

15 calls to WebformYaml::decode() in Webform 6.x

Webform::getElementsOriginalDecoded in src/Entity/Webform.php
Get original elements decoded as an associative array.
Webform::initElements in src/Entity/Webform.php
Initialize and parse webform elements.
Webform::initElementsTranslation in src/Entity/Webform.php
Initialize elements translation.
WebformBlock::build in src/Plugin/Block/WebformBlock.php
Builds and returns the renderable array for this block plugin.
WebformEntityElementsForm::getElementsWithoutWebformTypePrefix in src/WebformEntityElementsForm.php
Get elements without 'webform_' #type prefix.
WebformEntityElementsForm::getElementsWithWebformTypePrefix in src/WebformEntityElementsForm.php
Get elements with 'webform_' #type prefix.
WebformEntityElementsValidator::validate in src/WebformEntityElementsValidator.php
Validate webform elements.
WebformEntityElementsValidator::validateYaml in src/WebformEntityElementsValidator.php
Validate elements is validate YAML.
WebformImageSelectImages::getImages in modules/webform_image_select/src/Entity/WebformImageSelectImages.php
Get images (YAML) as an associative array.
WebformOptions::getOptions in src/Entity/WebformOptions.php
Get options (YAML) as an associative array.
WebformYaml::tidy in src/Utility/WebformYaml.php
Tidy export YAML includes tweaking array layout and multiline strings.
WebformYamlTest::testDecode in tests/src/Unit/Utility/WebformYamlTest.php
Tests WebformYaml decode with WebformYaml::decode().
webform_update_8160 in includes/webform.install.update.inc
Issue #3019987: Fatal error: Allowed memory size after updating to rc29.
webform_update_8173 in includes/webform.install.update.inc
Issue #3076086: Allow confirm email to use flexbox.
webform_update_8198 in includes/webform.install.update.inc
Issue #3156982: Fix empty '#option_all_value' and '#option_all_text'.