You are here

service yamlform.third_party_settings_manager in YAML Form 8

Class

Drupal\yamlform\YamlFormThirdPartySettingsManager
8 string references to yamlform.third_party_settings_manager
honeypot_form_yamlform_admin_third_party_settings_form_alter in third_party_settings/yamlform.honeypot.inc
Implements hook_form_FORM_ID_alter().
honeypot_form_yamlform_third_party_settings_form_alter in third_party_settings/yamlform.honeypot.inc
Implements hook_form_FORM_ID_alter().
honeypot_yamlform_submission_form_alter in third_party_settings/yamlform.honeypot.inc
Implements hook_yamlform_submission_form_alter().
YamlFormAdminThirdPartySettingsForm::create in src/Form/YamlFormAdminThirdPartySettingsForm.php
Instantiates a new instance of this class.
YamlFormEntityThirdPartySettingsForm::create in src/YamlFormEntityThirdPartySettingsForm.php
Instantiates a new instance of this class.

... See full list

File

./yamlform.services.yml
yamlform.services.yml

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