12 calls to YamlFormTest::displayMessage() in YAML Form 8
- YamlFormTest::formatHtml in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Format an element's value as HTML.
- YamlFormTest::formatText in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Format an element's value as plain text.
- YamlFormTest::postCreate in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Acts on a form submission element after it is created.
- YamlFormTest::postDelete in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Delete any additional value associated with an element.
- YamlFormTest::postLoad in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Acts on loaded form submission.
- YamlFormTest::postSave in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Acts on a saved form submission element before the insert or update hook is invoked.
- YamlFormTest::preCreate in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Changes the values of an entity before it is created.
- YamlFormTest::preDelete in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - YamlFormTest::prepare in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Prepare an element to be rendered within a form.
- YamlFormTest::preSave in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Acts on a form submission element before the presave hook is invoked.
- YamlFormTest::save in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - YamlFormTest::setDefaultValue in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormElement/ YamlFormTest.php - Set an element's default value using saved data.