You are here

18 calls to WebformEntityInjectionTrait::getWebform() in Webform 6.x

ExampleWebformVariant::applyVariant in modules/webform_example_variant/src/Plugin/WebformVariant/ExampleWebformVariant.php
Apply variant to the webform.
OptionsLimitWebformHandler::getElements in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
Get key/value array of webform options or boolean elements.
OptionsLimitWebformHandler::getTableSelectElements in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
Get table select elements.
OptionsLimitWebformHandler::getTotalQuery in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
Get base query for options and boolean limit totals.
OverrideWebformVariant::applyVariant in src/Plugin/WebformVariant/OverrideWebformVariant.php
Apply variant to the webform.
OverrideWebformVariant::buildConfigurationForm in src/Plugin/WebformVariant/OverrideWebformVariant.php
Form constructor.
OverrideWebformVariant::validateConfigurationForm in src/Plugin/WebformVariant/OverrideWebformVariant.php
Form validation handler.
RemotePostWebformHandler::buildConfigurationForm in src/Plugin/WebformHandler/RemotePostWebformHandler.php
Form constructor.
RemotePostWebformHandler::displayCustomResponseMessage in src/Plugin/WebformHandler/RemotePostWebformHandler.php
Display custom response message.
RemotePostWebformHandler::getRequestData in src/Plugin/WebformHandler/RemotePostWebformHandler.php
Get a webform submission's request data.
ScheduleEmailWebformHandler::buildConfigurationForm in modules/webform_scheduled_email/src/Plugin/WebformHandler/ScheduleEmailWebformHandler.php
Form constructor.
ScheduleEmailWebformHandler::submitConfigurationForm in modules/webform_scheduled_email/src/Plugin/WebformHandler/ScheduleEmailWebformHandler.php
Form submission handler.
TestWebformVariant::applyVariant in tests/modules/webform_test_variant/src/Plugin/WebformVariant/TestWebformVariant.php
Apply variant to the webform.
WebformElementBase::checkAccessRules in src/Plugin/WebformElementBase.php
Check element access (rules).
WebformTableRow::getChildrenElements in src/Plugin/WebformElement/WebformTableRow.php
Get child elements incremented with a new index.
WebformTableRow::getDefaultKey in src/Plugin/WebformElement/WebformTableRow.php
Gets the element's default key.
WebformTableRow::getNextIncrement in src/Plugin/WebformElement/WebformTableRow.php
Get the parent table's next row increment.
WebformVariantBase::applyVariant in src/Plugin/WebformVariantBase.php
Apply variant to the webform.