You are here

Classes, traits, and interfaces in Webform 8.5

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Search class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/Search.php Provides a 'search' element.
Select class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/Select.php Provides a 'select' element. 5 2
SettingsWebformHandler class Drupal\webform\Plugin\WebformHandler src/Plugin/WebformHandler/SettingsWebformHandler.php Webform submission settings handler.
Table class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/Table.php Provides a 'table' element.
TableSelect class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/TableSelect.php Provides a 'tableselect' element. 6
TableWebformExporter class Drupal\webform\Plugin\WebformExporter src/Plugin/WebformExporter/TableWebformExporter.php Defines a HTML table exporter. 1 1
TabularBaseWebformExporter abstract class Drupal\webform\Plugin\WebformExporter src/Plugin/WebformExporter/TabularBaseWebformExporter.php Defines abstract tabular exporter used to build CSV files and HTML tables. 2
Telephone class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/Telephone.php Provides a 'tel' element.
TestEntityMappingWebformHandler class Drupal\webform_test_handler\Plugin\WebformHandler tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestEntityMappingWebformHandler.php Webform submission entity mapping test handler.
TestPurgeHandler class Drupal\webform_test_handler\Plugin\WebformHandler tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestPurgeHandler.php Defines a handler that interacts with the submission purge APIs.
TestWebformExporter class Drupal\webform_test_exporter\Plugin\WebformExporter tests/modules/webform_test_exporter/src/Plugin/WebformExporter/TestWebformExporter.php Defines a test exporter.
TestWebformHandler class Drupal\webform_test_handler\Plugin\WebformHandler tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformHandler.php Webform submission test handler.
TestWebformOffCanvasWidthHandler class Drupal\webform_test_handler\Plugin\WebformHandler tests/modules/webform_test_handler/src/Plugin/WebformHandler/TestWebformOffCanvasWidthHandler.php Webform submission test off-canvas width handler.
TestWebformOffCanvasWidthVariant class Drupal\webform_test_variant\Plugin\WebformVariant tests/modules/webform_test_variant/src/Plugin/WebformVariant/TestWebformOffCanvasWidthVariant.php Webform variant off-canvas width.
TestWebformVariant class Drupal\webform_test_variant\Plugin\WebformVariant tests/modules/webform_test_variant/src/Plugin/WebformVariant/TestWebformVariant.php Webform example variant.
Textarea class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/Textarea.php Provides a 'textarea' element. 1
TextBase abstract class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/TextBase.php Provides a base 'text' (field) class. 7 1
TextBaseTrait trait Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/TextBaseTrait.php Text base trait contains methods that are applicable to any text elements.
TextField class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/TextField.php Provides a 'textfield' element. 1 1
TextFormat class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/TextFormat.php Provides a 'text_format' element.
TwigExtension Deprecated class Drupal\webform\Twig src/Twig/TwigExtension.php Twig extension with some useful functions and filters.
Url class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/Url.php Provides a 'url' element.
Value class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/Value.php Provides a 'value' element.
VerticalTabs class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/VerticalTabs.php Provides a hidden 'vertical_tabs' element.
View class Drupal\webform\Plugin\WebformElement src/Plugin/WebformElement/View.php Provides a hidden 'view' element.
Webform class Drupal\webform\Entity src/Entity/Webform.php Defines the webform entity. 200
Webform class Drupal\webform\Plugin\Condition src/Plugin/Condition/Webform.php Provides a 'Webform' condition.
Webform class Drupal\webform\Element src/Element/Webform.php Provides a render element to display a webform. 1
WebformAccessBreadcrumbBuilder class Drupal\webform_access\Breadcrumb modules/webform_access/src/Breadcrumb/WebformAccessBreadcrumbBuilder.php Provides a webform access breadcrumb builder. 2
WebformAccessBrowserTestBase abstract class Drupal\Tests\webform_access\Functional modules/webform_access/tests/src/Functional/WebformAccessBrowserTestBase.php Test base for webform access. 3
WebformAccessEntityJsonApiTest class Drupal\Tests\webform\Functional\Access tests/src/Functional/Access/WebformAccessEntityJsonApiTest.php Tests for webform entity JSON API access.
WebformAccessEntityPermissionsTest class Drupal\Tests\webform\Functional\Access tests/src/Functional/Access/WebformAccessEntityPermissionsTest.php Tests for webform entity permissions.
WebformAccessEntityRestTest class Drupal\Tests\webform\Functional\Access tests/src/Functional/Access/WebformAccessEntityRestTest.php Tests for webform entity REST access.
WebformAccessEntityRulesTest class Drupal\Tests\webform\Functional\Access tests/src/Functional/Access/WebformAccessEntityRulesTest.php Tests for webform entity access rules.
WebformAccessGroup class Drupal\webform_access\Entity modules/webform_access/src/Entity/WebformAccessGroup.php Defines the webform access group entity. 4
WebformAccessGroupAccess class Drupal\webform_access\Access modules/webform_access/src/Access/WebformAccessGroupAccess.php Defines the custom access control handler for the webform access groups.
WebformAccessGroupAccessControlHandler class Drupal\webform_access modules/webform_access/src/WebformAccessGroupAccessControlHandler.php Defines the access control handler for the webform access entity type.
WebformAccessGroupDeleteForm class Drupal\webform_access modules/webform_access/src/WebformAccessGroupDeleteForm.php Provides a delete webform access group form.
WebformAccessGroupEntityBlock class Drupal\webform_access\Plugin\Block modules/webform_access/src/Plugin/Block/WebformAccessGroupEntityBlock.php Provides a 'webform_access_group_entity' block.
WebformAccessGroupForm class Drupal\webform_access modules/webform_access/src/WebformAccessGroupForm.php Provides a form to define a webform access group.
WebformAccessGroupInterface interface Drupal\webform_access modules/webform_access/src/WebformAccessGroupInterface.php Provides an interface defining a webform access group entity. 1 1
WebformAccessGroupListBuilder class Drupal\webform_access modules/webform_access/src/WebformAccessGroupListBuilder.php Defines a class to build a listing of webform access group entities.
WebformAccessGroupStorage class Drupal\webform_access modules/webform_access/src/WebformAccessGroupStorage.php Storage controller class for "webform_access_group" configuration entities.
WebformAccessGroupStorageInterface interface Drupal\webform_access modules/webform_access/src/WebformAccessGroupStorageInterface.php Provides an interface for Webform Access Group storage. 1
WebformAccessibilityHelper class Drupal\webform\Utility src/Utility/WebformAccessibilityHelper.php Helper class webform accessibility methods. 5
WebformAccessResult class Drupal\webform\Access src/Access/WebformAccessResult.php Value object indicating an allowed access result, with cacheability metadata. 3
WebformAccessRulesManager class Drupal\webform src/WebformAccessRulesManager.php The webform access rules manager service. 2
WebformAccessRulesManagerInterface interface Drupal\webform src/WebformAccessRulesManagerInterface.php Interface of webform access rules manager. 1 4
WebformAccessSubmissionPermissionsTest class Drupal\Tests\webform\Functional\Access tests/src/Functional/Access/WebformAccessSubmissionPermissionsTest.php Tests for webform submission permissions.
WebformAccessSubmissionViewsTest class Drupal\Tests\webform_access\Functional modules/webform_access/tests/src/Functional/WebformAccessSubmissionViewsTest.php Tests for webform access submission views.

Pages

Other projects