10 calls to YamlFormArrayHelper::toString() in YAML Form 8
- OptionsBase::formatText in src/
Plugin/ YamlFormElement/ OptionsBase.php - Format an element's value as plain text.
- YamlFormAdminSettingsForm::buildForm in src/
Form/ YamlFormAdminSettingsForm.php - Form constructor.
- YamlFormArrayHelperTest::testToString in tests/
src/ Unit/ YamlFormArrayHelperTest.php - Tests converting arrays to readable string with YamlFormArrayHelper::toString().
- YamlFormElementBase::buildConfigurationForm in src/
YamlFormElementBase.php - Form constructor.
- YamlFormElementBase::validateConfigurationForm in src/
YamlFormElementBase.php - Form validation handler.
- YamlFormEntityElementsValidator::validateDuplicateNames in src/
YamlFormEntityElementsValidator.php - Validate elements does not contain duplicate names.
- YamlFormEntityElementsValidator::validateProperties in src/
YamlFormEntityElementsValidator.php - Validate that elements are not using ignored properties.
- YamlFormEntitySettingsForm::form in src/
YamlFormEntitySettingsForm.php - Gets the actual form array to be built.
- YamlFormOptionsForm::form in src/
YamlFormOptionsForm.php - Gets the actual form array to be built.
- YamlFormSubmissionDevelGenerate::validateEntity in src/
Plugin/ DevelGenerate/ YamlFormSubmissionDevelGenerate.php - Validate form source entity type and id.