You are here

Classes, traits, and interfaces in Webform 8.5

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
WebformElementAttachmentInterface interface Drupal\webform\Plugin src/Plugin/WebformElementAttachmentInterface.php Defines the interface for webform elements can provide email attachments. 3 5
WebformElementAttributes class Drupal\webform\Element src/Element/WebformElementAttributes.php Provides a webform element for element attributes.
WebformElementAttributesTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementAttributesTest.php Tests for webform element attributes.
WebformElementAutocompleteTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementAutocompleteTest.php Tests for webform autocomplete element.
WebformElementBase class Drupal\webform\Plugin src/Plugin/WebformElementBase.php Provides a base class for a webform element. 35 35
WebformElementBrowserTestBase abstract class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementBrowserTestBase.php Defines an abstract test base for webform element tests. 87 7
WebformElementButtonsTest class Drupal\Tests\webform_jqueryui_buttons\Functional modules/webform_jqueryui_buttons/tests/src/Functional/WebformElementButtonsTest.php Tests for webform element buttons.
WebformElementCaptchaTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementCaptchaTest.php Tests for CAPTCHA element.
WebformElementCheckboxesJavaScriptTest class Drupal\Tests\webform\FunctionalJavascript\Element tests/src/FunctionalJavascript/Element/WebformElementCheckboxesJavaScriptTest.php Tests webform checkboxes element.
WebformElementCheckboxesTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementCheckboxesTest.php Tests for webform checkboxes element.
WebformElementCheckboxTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementCheckboxTest.php Tests for webform checkbox element.
WebformElementCheckboxValueTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementCheckboxValueTest.php Tests for webform checkbox value element.
WebformElementCodeMirrorTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementCodeMirrorTest.php Tests for webform CodeMirror element.
WebformElementComposite class Drupal\webform\Element src/Element/WebformElementComposite.php Provides a element for the composite elements.
WebformElementCompositeInterface interface Drupal\webform\Plugin src/Plugin/WebformElementCompositeInterface.php Defines the interface for webform composite elements. 1 2
WebformElementCompositeTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementCompositeTest.php Tests for composite element (builder).
WebformElementComputedInterface interface Drupal\webform\Plugin src/Plugin/WebformElementComputedInterface.php Defines the interface for webform computed elements. 1 3
WebformElementComputedJavaScriptTest class Drupal\Tests\webform\FunctionalJavascript\Element tests/src/FunctionalJavascript/Element/WebformElementComputedJavaScriptTest.php Tests webform computed element Ajax support.
WebformElementComputedTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementComputedTest.php Tests for computed elements.
WebformElementController class Drupal\webform\Controller src/Controller/WebformElementController.php Provides route responses for Webform elements.
WebformElementCounterTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementCounterTest.php Tests for webform (text) counter.
WebformElementDateListTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementDateListTest.php Tests for webform datelist element.
WebformElementDateTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementDateTest.php Tests for webform date element.
WebformElementDateTimeTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementDateTimeTest.php Tests for webform datetime element.
WebformElementDetailsTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementDetailsTest.php Tests for details element.
WebformElementDisplayOnInterface interface Drupal\webform\Plugin src/Plugin/WebformElementDisplayOnInterface.php Provides a 'display_on' interface hide/show element on form and/or view display. 5 8
WebformElementEmailConfirmTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementEmailConfirmTest.php Tests for email_confirm element.
WebformElementEmailMultipleTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementEmailMultipleTest.php Tests for email_multiple element.
WebformElementEntityAutocompleteTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementEntityAutocompleteTest.php Tests for entity automcomplete element.
WebformElementEntityOptionsInterface interface Drupal\webform\Plugin src/Plugin/WebformElementEntityOptionsInterface.php Provides an entity options interface used to detect entity options elements. 4 5
WebformElementEntityReferenceInterface interface Drupal\webform\Plugin src/Plugin/WebformElementEntityReferenceInterface.php Provides an 'entity_reference' interface used to detect entity reference elements. 5 10
WebformElementEntityReferenceTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementEntityReferenceTest.php Tests for entity reference elements.
WebformElementExcludedColumnsTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementExcludedColumnsTest.php Tests for excluded columns element.
WebformElementExcludedElementsTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementExcludedElementsTest.php Tests for excluded elements element.
WebformElementFieldsetTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementFieldsetTest.php Tests for fieldset element.
WebformElementFormatCustomTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementFormatCustomTest.php Tests for webform submission webform element custom #format support.
WebformElementFormatTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementFormatTest.php Tests for webform submission webform element custom #format support.
WebformElementHeightTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementHeightTest.php Tests for webform height element.
WebformElementHelper class Drupal\webform\Utility src/Utility/WebformElementHelper.php Helper class webform element methods. 78
WebformElementHelperTest class Drupal\Tests\webform\Unit\Utility tests/src/Unit/Utility/WebformElementHelperTest.php Tests webform element utility.
WebformElementHelpTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementHelpTest.php Tests for element help.
WebformElementHorizontalRuleTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementHorizontalRuleTest.php Tests for horizontal rule element.
WebformElementHtmlEditorTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementHtmlEditorTest.php Tests for webform HTML editor element.
WebformElementIgnoredPropertiesTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementIgnoredPropertiesTest.php Tests for element ignored properties.
WebformElementImageResolutionTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementImageResolutionTest.php Tests for webform image resolution element.
WebformElementInputMaskTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementInputMaskTest.php Tests for element input mask.
WebformElementInterface interface Drupal\webform\Plugin src/Plugin/WebformElementInterface.php Defines the interface for webform elements. 3 2
WebformElementLikertTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementLikertTest.php Tests for likert element.
WebformElementLocationPlacesTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementLocationPlacesTest.php Tests for location (Algolia) places element.
WebformElementManagedFileImageTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementManagedFileImageTest.php Test for webform element managed file image handling.

Pages

Other projects