You are here

30 calls to WebformYaml::encode() in Webform 6.x

DebugWebformHandler::submitForm in src/Plugin/WebformHandler/DebugWebformHandler.php
Submit webform submission form.
OverrideWebformVariant::buildConfigurationForm in src/Plugin/WebformVariant/OverrideWebformVariant.php
Form constructor.
OverrideWebformVariant::debug in src/Plugin/WebformVariant/OverrideWebformVariant.php
Display debugging information.
Webform::initElementsTranslation in src/Entity/Webform.php
Initialize elements translation.
Webform::setElements in src/Entity/Webform.php
Sets elements (YAML) value.
WebformCliService::drush_webform_tidy in src/Commands/WebformCliService.php
Implements drush_hook_COMMAND().
WebformCodeMirror::valueCallback in src/Element/WebformCodeMirror.php
Determines how user input is mapped to an element's #value property.
WebformDevelCommands::drush_webform_devel_config_update in modules/webform_devel/src/Commands/WebformDevelCommands.php
Executes devel export config.
WebformDevelEntityFormApiTestForm::submitForm in modules/webform_devel/src/Form/WebformDevelEntityFormApiTestForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
WebformElementAttributes::processWebformElementAttributes in src/Element/WebformElementAttributes.php
Processes element attributes.
WebformElementComposite::valueCallback in src/Element/WebformElementComposite.php
Determines how user input is mapped to an element's #value property.
WebformElementStates::processWebformStates in src/Element/WebformElementStates.php
Expand an email confirm field into two HTML5 email elements.
WebformEntityElementsForm::getElementsWithoutWebformTypePrefix in src/WebformEntityElementsForm.php
Get elements without 'webform_' #type prefix.
WebformEntityElementsForm::getElementsWithWebformTypePrefix in src/WebformEntityElementsForm.php
Get elements with 'webform_' #type prefix.
WebformEntityExportForm::getYaml in src/WebformEntityExportForm.php
Get the webform's raw data.
WebformEntityTest::testElementsCrud in tests/src/Kernel/Entity/WebformEntityTest.php
Test elements CRUD operations.
WebformEntityTest::testWebformMethods in tests/src/Kernel/Entity/WebformEntityTest.php
Tests some of the methods.
WebformImageSelectImages::setImages in modules/webform_image_select/src/Entity/WebformImageSelectImages.php
Set images (YAML) value.
WebformOptions::processWebformOptions in src/Element/WebformOptions.php
Process options and build options widget.
WebformOptions::setOptions in src/Entity/WebformOptions.php
Set options (YAML) value.
WebformSettingsAdminTest::testAdminSettings in tests/src/Functional/Settings/WebformSettingsAdminTest.php
Tests webform admin settings.
WebformSubmissionViewBuilder::buildComponents in src/WebformSubmissionViewBuilder.php
Builds the component fields and properties of a set of entities.
WebformTwigExtension::webformDebug in src/Twig/WebformTwigExtension.php
Debug data by outputting YAML.
WebformUiElementFormBase::getDefaultValue in modules/webform_ui/src/Form/WebformUiElementFormBase.php
Get updated default value for an element.
WebformYaml::tidy in src/Utility/WebformYaml.php
Tidy export YAML includes tweaking array layout and multiline strings.
WebformYamlTest::testEncode in tests/src/Unit/Utility/WebformYamlTest.php
Tests WebformYaml encode with WebformYaml::encode().
webform_update_8117 in includes/webform.install.update.inc
Issue #2957192: Add postal_code to test data.
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'.
YamlWebformExporter::writeSubmission in src/Plugin/WebformExporter/YamlWebformExporter.php
Write submission to export.