You are here

Classes, traits, and interfaces in Webform 8.5

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
WebformElementValidateMultipleTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementValidateMultipleTest.php Tests for webform validate multiple.
WebformElementValidatePatternTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementValidatePatternTest.php Tests for webform pattern validation.
WebformElementValidateRequiredTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementValidateRequiredTest.php Tests for webform required validation.
WebformElementValidateUniqueTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementValidateUniqueTest.php Tests for webform validate unique.
WebformElementVariantInterface interface Drupal\webform\Plugin src/Plugin/WebformElementVariantInterface.php Defines the interface for webform variant elements. 1 4
WebformElementVerticalTabsTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementVerticalTabsTest.php Tests for vertical tabs element.
WebformElementViewTest class Drupal\Tests\webform\Functional\Element tests/src/Functional/Element/WebformElementViewTest.php Tests for view element.
WebformElementWizardPageInterface interface Drupal\webform\Plugin src/Plugin/WebformElementWizardPageInterface.php Provides an 'wizard_page' interface used to detect wizard page elements. 1 3
WebformEmailConfirm class Drupal\webform\Element src/Element/WebformEmailConfirm.php Provides a webform element requiring users to double-element and confirm an email address.
WebformEmailConfirm class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/WebformEmailConfirm.php Provides a 'email_confirm' element.
WebformEmailMultiple class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/WebformEmailMultiple.php Provides a 'email_multiple' element.
WebformEmailMultiple class Drupal\webform\Element src/Element/WebformEmailMultiple.php Provides a webform element for entering multiple comma delimited email addresses.
WebformEmailProvider class Drupal\webform src/WebformEmailProvider.php Manages and provides HTML email support. 2
WebformEmailProviderInterface interface Drupal\webform src/WebformEmailProviderInterface.php Defines the interface for webform email provider. 1
WebformEmailProviderTest class Drupal\Tests\webform\Functional tests/src/Functional/WebformEmailProviderTest.php Tests for webform email provider.
WebformEntityAccess class Drupal\webform\Access src/Access/WebformEntityAccess.php Defines the custom access control handler for the webform entities. 2
WebformEntityAccessControlHandler class Drupal\webform src/WebformEntityAccessControlHandler.php Defines the access control handler for the webform entity type. 1
WebformEntityAccessControlHandlerTest class Drupal\Tests\webform\Unit tests/src/Unit/WebformEntityAccessControlHandlerTest.php Tests webform access handler.
WebformEntityAddForm class Drupal\webform src/WebformEntityAddForm.php Provides a webform add form.
WebformEntityAjaxFormTrait trait Drupal\webform\Form src/Form/WebformEntityAjaxFormTrait.php Trait class for Webform Ajax support. 4
WebformEntityArchiveAction class Drupal\webform\Plugin\Action src/Plugin/Action/WebformEntityArchiveAction.php Archives a webform.
WebformEntityBulkForm class Drupal\webform\Form src/Form/WebformEntityBulkForm.php Provides the webform bulk form.
WebformEntityCheckboxes class Drupal\webform\Element src/Element/WebformEntityCheckboxes.php Provides a webform element for a entity checkboxes.
WebformEntityCheckboxes class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/WebformEntityCheckboxes.php Provides a 'webform_entity_checkboxes' element.
WebformEntityCloseAction class Drupal\webform\Plugin\Action src/Plugin/Action/WebformEntityCloseAction.php Closes a webform.
WebformEntityConditionsManager class Drupal\webform src/WebformEntityConditionsManager.php Webform submission conditions (#states) validator. 2
WebformEntityConditionsManagerInterface interface Drupal\webform src/WebformEntityConditionsManagerInterface.php Provides an interface defining a webform conditions (#states) manager. 1
WebformEntityController class Drupal\webform\Controller src/Controller/WebformEntityController.php Provides route responses for Webform entity.
WebformEntityDeleteAction class Drupal\webform\Plugin\Action src/Plugin/Action/WebformEntityDeleteAction.php Redirects to a webform deletion form.
WebformEntityDeleteForm class Drupal\webform src/WebformEntityDeleteForm.php Provides a delete webform form.
WebformEntityDeleteMultipleForm class Drupal\webform\Form src/Form/WebformEntityDeleteMultipleForm.php Provides a webform deletion confirmation form. 1
WebformEntityElementsForm class Drupal\webform src/WebformEntityElementsForm.php Webform manage elements YAML source form.
WebformEntityElementsValidationTest class Drupal\Tests\webform\Kernel tests/src/Kernel/WebformEntityElementsValidationTest.php Tests webform entity elements validation.
WebformEntityElementsValidator class Drupal\webform src/WebformEntityElementsValidator.php Webform elements validator. 2
WebformEntityElementsValidatorInterface interface Drupal\webform src/WebformEntityElementsValidatorInterface.php Defines an interface for elements validator. 1 3
WebformEntityExportForm class Drupal\webform src/WebformEntityExportForm.php Export webform configuration.
WebformEntityFilterForm class Drupal\webform\Form src/Form/WebformEntityFilterForm.php Provides the webform filter form.
WebformEntityHandlersForm class Drupal\webform src/WebformEntityHandlersForm.php Provides a webform to manage submission handlers.
WebformEntityInjectionInterface interface Drupal\webform\Plugin src/Plugin/WebformEntityInjectionInterface.php Defines the interface for webform entity injection interface. 2
WebformEntityInjectionTrait trait Drupal\webform\Plugin src/Plugin/WebformEntityInjectionTrait.php Provides an webform/webform submission entity inject trait.
WebformEntityListBuilder class Drupal\webform src/WebformEntityListBuilder.php Defines a class to build a listing of webform entities.
WebformEntityOpenAction class Drupal\webform\Plugin\Action src/Plugin/Action/WebformEntityOpenAction.php Opens a webform.
WebformEntityOptionsTrait trait Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/WebformEntityOptionsTrait.php Provides an 'entity_reference' with options trait. 1
WebformEntityPrintAttachment class Drupal\webform_entity_print_attachment\Element modules/webform_entity_print_attachment/src/Element/WebformEntityPrintAttachment.php Provides a 'webform_entity_print_attachment' element.
WebformEntityPrintAttachment class Drupal\webform_entity_print_attachment\Plugin\WebformElement modules/webform_entity_print_attachment/src/Plugin/WebformElement/WebformEntityPrintAttachment.php Provides a 'webform_entity_print_attachment' element.
WebformEntityPrintAttachmentDeriver class Drupal\webform_entity_print_attachment\Plugin\Derivative modules/webform_entity_print_attachment/src/Plugin/Derivative/WebformEntityPrintAttachmentDeriver.php Provides webform entity print attachment webform element derivatives.
WebformEntityPrintAttachmentFunctionalTest class Drupal\Tests\webform_entity_print_attachment\Functional modules/webform_entity_print_attachment/tests/src/Functional/WebformEntityPrintAttachmentFunctionalTest.php Webform entity print attachment test.
WebformEntityPrintCssAlterSubscriber class Drupal\webform_entity_print\EventSubscriber modules/webform_entity_print/src/EventSubscriber/WebformEntityPrintCssAlterSubscriber.php Event subscriber to alter entity print css. 2
WebformEntityPrintFunctionalTest class Drupal\Tests\webform_entity_print\Functional modules/webform_entity_print/tests/src/Functional/WebformEntityPrintFunctionalTest.php Webform entity print test.
WebformEntityPrintFunctionalTestBase abstract class Drupal\Tests\webform_entity_print\Functional modules/webform_entity_print/tests/src/Functional/WebformEntityPrintFunctionalTestBase.php Webform entity print test base. 2 1

Pages

Other projects