12 calls to TestYamlFormHandler::displayMessage() in YAML Form 8
- TestYamlFormHandler::alterElements in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Alter form submission form elements.
- TestYamlFormHandler::alterForm in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Alter form submission form .
- TestYamlFormHandler::confirmForm in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Confirm form submission form.
- TestYamlFormHandler::postCreate in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Acts on a form submission after it is created.
- TestYamlFormHandler::postDelete in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Acts on deleted a form submission before the delete hook is invoked.
- TestYamlFormHandler::postLoad in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Acts on loaded form submission.
- TestYamlFormHandler::postSave in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Acts on a saved form submission before the insert or update hook is invoked.
- TestYamlFormHandler::preCreate in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Changes the values of an entity before it is created.
- TestYamlFormHandler::preDelete in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Acts on a form submission before they are deleted and before hooks are invoked.
- TestYamlFormHandler::preSave in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Acts on a form submission before the presave hook is invoked.
- TestYamlFormHandler::submitForm in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Submit form submission form.
- TestYamlFormHandler::validateForm in tests/
modules/ yamlform_test/ src/ Plugin/ YamlFormHandler/ TestYamlFormHandler.php - Validate form submission form .