73 string references to 'webform.settings' in Webform 6.x
- EmailWebformHandler::getBodyDefaultValues in src/
Plugin/ WebformHandler/ EmailWebformHandler.php - Get message body default values, which can be formatted as text or html.
- EmailWebformHandler::getDefaultConfigurationValues in src/
Plugin/ WebformHandler/ EmailWebformHandler.php - Get configuration default values.
- Select::prepare in src/
Plugin/ WebformElement/ Select.php - Prepare an element to be rendered within a webform.
- Webform::addCacheableDependency in src/
Element/ Webform.php - Adds webform.settings and webform as cache dependencies to a render array.
- Webform::buildAccessDenied in src/
Element/ Webform.php - Build access denied message for a webform.
- WebformAdminConfigAdvancedForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigAdvancedForm.php - Form constructor.
- WebformAdminConfigAdvancedForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigAdvancedForm.php - Form submission handler.
- WebformAdminConfigBaseForm::getEditableConfigNames in src/
Form/ AdminConfig/ WebformAdminConfigBaseForm.php - Gets the configuration names that will be editable.
- WebformAdminConfigBaseForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigBaseForm.php - Form submission handler.
- WebformAdminConfigElementsForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigElementsForm.php - Form constructor.
- WebformAdminConfigElementsForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigElementsForm.php - Form submission handler.
- WebformAdminConfigExportersForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigExportersForm.php - Form constructor.
- WebformAdminConfigExportersForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigExportersForm.php - Form submission handler.
- WebformAdminConfigFormsForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigFormsForm.php - Form constructor.
- WebformAdminConfigFormsForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigFormsForm.php - Form submission handler.
- WebformAdminConfigHandlersForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigHandlersForm.php - Form constructor.
- WebformAdminConfigHandlersForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigHandlersForm.php - Form submission handler.
- WebformAdminConfigLibrariesForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigLibrariesForm.php - Form constructor.
- WebformAdminConfigLibrariesForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigLibrariesForm.php - Form submission handler.
- WebformAdminConfigSubmissionsForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigSubmissionsForm.php - Form constructor.
- WebformAdminConfigSubmissionsForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigSubmissionsForm.php - Form submission handler.
- WebformAdminConfigVariantsForm::buildForm in src/
Form/ AdminConfig/ WebformAdminConfigVariantsForm.php - Form constructor.
- WebformAdminConfigVariantsForm::submitForm in src/
Form/ AdminConfig/ WebformAdminConfigVariantsForm.php - Form submission handler.
- WebformDefaultExceptionHtmlSubscriber::on403RedirectEntityAccess in src/
EventSubscriber/ WebformDefaultExceptionHtmlSubscriber.php - Redirect to user login when access is denied for webform or submission.
- WebformEditorTest::testWebformConfigurationFiles in tests/
src/ Functional/ WebformEditorTest.php - Tests webform configuration files.
- WebformElementManagedFilePublicTest::setUp in tests/
src/ Functional/ Element/ WebformElementManagedFilePublicTest.php - WebformElementManagedFileTest::testFileManagement in tests/
src/ Functional/ Element/ WebformElementManagedFileTest.php - Test file management.
- WebformEntityListBuilder::initialize in src/
WebformEntityListBuilder.php - Initialize WebformEntityListBuilder object.
- WebformEntityReferenceFormatterBase::setCacheContext in src/
Plugin/ Field/ FieldFormatter/ WebformEntityReferenceFormatterBase.php - Set cache context.
- WebformExceptionHtmlSubscriber::on403RedirectEntityAccess in src/
EventSubscriber/ WebformExceptionHtmlSubscriber.php - Redirect to user login when access is denied for webform or submission.
- WebformSettingsAdminTest::testAdminSettings in tests/
src/ Functional/ Settings/ WebformSettingsAdminTest.php - Tests webform admin settings.
- WebformSettingsDraftTest::testDraft in tests/
src/ Functional/ Settings/ WebformSettingsDraftTest.php - Test webform submission form draft.
- WebformShareNodeTest::testShare in modules/
webform_share/ tests/ src/ Functional/ WebformShareNodeTest.php - Test share.
- WebformShareTest::testShare in modules/
webform_share/ tests/ src/ Functional/ WebformShareTest.php - Test share.
- WebformShareVariantTest::testVariant in modules/
webform_share/ tests/ src/ Functional/ WebformShareVariantTest.php - Test variant.
- WebformSubmissionController::accessDenied in src/
Controller/ WebformSubmissionController.php - Returns a webform submissions's access denied page.
- WebformThirdPartySettingsManager::setThirdPartySetting in src/
WebformThirdPartySettingsManager.php - Sets the value of a third-party setting.
- WebformThirdPartySettingsManager::unsetThirdPartySetting in src/
WebformThirdPartySettingsManager.php - Unsets a third-party setting.
- WebformThirdPartySettingsManager::__construct in src/
WebformThirdPartySettingsManager.php - Constructs a WebformThirdPartySettingsManager object.
- WebformTokenManager::__construct in src/
WebformTokenManager.php - Constructs a WebformTokenManager object.
- WebformTranslationConfigManager::alterConfigSettingsForm in src/
WebformTranslationConfigManager.php - Alter the webform settings configuration form.
- WebformTranslationConfigManager::alterForm in src/
WebformTranslationConfigManager.php - Alter config translation form.
- WebformTranslationLingotekManager::configObjectDocumentUpload in src/
WebformTranslationLingotekManager.php - Implements hook_lingotek_config_object_document_upload().
- WebformTranslationLingotekManager::configObjectTranslationPresave in src/
WebformTranslationLingotekManager.php - Implements hook_lingotek_config_object_translation_presave().
- WebformUiAccess::checkWebformElementAccess in modules/
webform_ui/ src/ Access/ WebformUiAccess.php - Check that webform element type can be added by a user.
- webform_cron in ./
webform.module - Implements hook_cron().
- webform_help in ./
webform.module - Implements hook_help().
- webform_modules_uninstalled in ./
webform.module - Implements hook_modules_uninstalled().
- webform_uninstall in ./
webform.install - Implements hook_uninstall().
- webform_update_8011 in includes/
webform.install.update.inc - Issue #2845028: Refactor and rework element formatting to better support multiple values.
- webform_update_8024 in includes/
webform.install.update.inc - Issue #2861651: Add Opened and Closed Messages.
- webform_update_8041 in includes/
webform.install.update.inc - Issue #2871606: Add (optional) support for Chosen.
- webform_update_8046 in includes/
webform.install.update.inc - Issue #2878193: Allow actions (aka submit buttons) to be placed anywhere on a webform.
- webform_update_8048 in includes/
webform.install.update.inc - Issue #2879421: Cleanup webform.settings.
- webform_update_8064 in includes/
webform.install.update.inc - Issue #2878193: Allow actions (aka submit buttons) to be placed anywhere on a webform.
- webform_update_8075 in includes/
webform.install.update.inc - Issue #2895671: Entity reference format.
- webform_update_8076 in includes/
webform.install.update.inc - Issue #2908080: Allow options single and multiple format to be specified during export.
- webform_update_8077 in includes/
webform.install.update.inc - Issue #2909723: Improve hook requirements.
- webform_update_8079 in includes/
webform.install.update.inc - Issue #2911329: Create 'About' tab.
- webform_update_8103 in includes/
webform.install.update.inc - Issue #2939948: Date fields should respect #min and #max in test-mode. Remove hard-coded test date values.
- webform_update_8110 in includes/
webform.install.update.inc - Issue #2947991: Disable the password field.
- webform_update_8113 in includes/
webform.install.update.inc - Issue #2951001: Convert About section into Contribute section.
- webform_update_8117 in includes/
webform.install.update.inc - Issue #2957192: Add postal_code to test data.
- webform_update_8133 in includes/
webform.install.update.inc - Issue #2890861: Webform toggle element is not accessible.
- webform_update_8135 in includes/
webform.install.update.inc - Issue #2984868: Allow to specify the text format for emails.
- webform_update_8138 in includes/
webform.install.update.inc - Issue #2947303: Location element's geocomplete library is not supported.
- webform_update_8143 in includes/
webform.install.update.inc - Issue #2943879: How to display alternate text when the user is not allowed to create a Webform?
- webform_update_8175 in includes/
webform.install.update.inc - Issue #3087865: Webform email handler default subject is missing title.
- webform_update_8181 in includes/
webform.install.update.inc - Issue #3103032: Move deprecated geocomplete element into a sub-module.
- webform_update_8602 in includes/
webform.install.update.inc - Issue #3104392: Webform URL aliases should begin with a forward slash.
- webform_update_8606 in includes/
webform.install.update.inc - Issue #3104392: Webform URL aliases should begin with a forward slash.
- _webform_update_admin_settings in includes/
webform.install.inc - Update admin settings to reflect changes in the default settings.
- _webform_update_string_replace in includes/
webform.install.inc - Replace string in webform.settings.yml and webform.webform.*.yml.