You are here

service webform.third_party_settings_manager in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform.third_party_settings_manager

Class

Drupal\webform\WebformThirdPartySettingsManager
25 string references to webform.third_party_settings_manager
antibot_webform_admin_third_party_settings_form_alter in third_party_settings/webform.antibot.inc
Implements hook_webform_admin_third_party_settings_form_alter().
antibot_webform_submission_form_alter in third_party_settings/webform.antibot.inc
Implements hook_webform_submission_form_alter().
antibot_webform_third_party_settings_form_alter in third_party_settings/webform.antibot.inc
Implements hook_webform_third_party_settings_form_alter().
captcha_webform_admin_third_party_settings_form_alter in third_party_settings/webform.captcha.inc
Implements hook_webform_admin_third_party_settings_form_alter().
captcha_webform_submission_form_alter in third_party_settings/webform.captcha.inc
Implements hook_webform_submission_form_alter().

... See full list

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\WebformThirdPartySettingsManager
  2. arguments:
  3. - '@config.factory'
  4. - '@module_handler'
  5. - '@path.validator'
  6. - '@webform.addons_manager'