You are here

12 calls to WebformTestElement::displayMessage() in Webform 8.5

WebformTestElement::formatHtml in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Format an element's value as HTML.
WebformTestElement::formatText in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Format an element's value as plain text.
WebformTestElement::postCreate in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Acts on a webform submission element after it is created.
WebformTestElement::postDelete in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Delete any additional value associated with an element.
WebformTestElement::postLoad in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Acts on loaded webform submission.
WebformTestElement::postSave in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Acts on a saved webform submission element before the insert or update hook is invoked.
WebformTestElement::preCreate in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Changes the values of an entity before it is created.
WebformTestElement::preDelete in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
WebformTestElement::prepare in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Prepare an element to be rendered within a webform.
WebformTestElement::preSave in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Acts on a webform submission element before the presave hook is invoked.
WebformTestElement::save in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
WebformTestElement::setDefaultValue in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Set an element's default value using saved data.