You are here

23 calls to TestWebformHandler::displayMessage() in Webform 8.5

TestWebformHandler::access in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Controls entity operation access to webform submission.
TestWebformHandler::accessElement in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Controls entity operation access to webform submission element.
TestWebformHandler::alterElement in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Alter webform element.
TestWebformHandler::alterElements in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Alter webform submission webform elements.
TestWebformHandler::alterForm in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Alter webform submission form.
TestWebformHandler::confirmForm in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Confirm webform submission form.
TestWebformHandler::createElement in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on a element after it has been created.
TestWebformHandler::createHandler in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on handler after it has been created and added to webform.
TestWebformHandler::deleteElement in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on a element after it has been deleted.
TestWebformHandler::deleteHandler in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on handler after it has been removed.
TestWebformHandler::overrideSettings in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Alter/override a webform submission webform settings.
TestWebformHandler::postCreate in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on a webform submission after it is created.
TestWebformHandler::postDelete in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on deleted a webform submission before the delete hook is invoked.
TestWebformHandler::postLoad in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on loaded webform submission.
TestWebformHandler::postSave in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on a saved webform submission before the insert or update hook is invoked.
TestWebformHandler::preCreate in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Changes the values of an entity before it is created.
TestWebformHandler::preDelete in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on a webform submission before they are deleted and before hooks are invoked.
TestWebformHandler::preprocessConfirmation in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Prepares variables for webform confirmation templates.
TestWebformHandler::preSave in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on a webform submission before the presave hook is invoked.
TestWebformHandler::submitForm in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Submit webform submission form.
TestWebformHandler::updateElement in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on a element after it has been updated.
TestWebformHandler::updateHandler in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Acts on handler after it has been updated.
TestWebformHandler::validateForm in tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php
Validate webform submission form.