captcha.settings.yml in CAPTCHA 8
Same filename in this branch
config/install/captcha.settings.yml
7 string references to 'captcha.settings'
- CaptchaCachedSettingsSubscriber::onSave in src/
EventSubscriber/ CaptchaCachedSettingsSubscriber.php - Clearing the cached definitions whenever the settings are modified.
- CaptchaSettingsForm::buildForm in src/
Form/ CaptchaSettingsForm.php - Form constructor.
- CaptchaSettingsForm::getEditableConfigNames in src/
Form/ CaptchaSettingsForm.php - Gets the configuration names that will be editable.
- CaptchaSettingsForm::submitForm in src/
Form/ CaptchaSettingsForm.php - Form submission handler.
- CaptchaTest::testCaseInsensitiveValidation in tests/
src/ Functional/ CaptchaTest.php - Testing the case sensitive/insensitive validation.
File
config/install/captcha.settings.ymlView source
- enabled_default: 0
- default_challenge: 'captcha/Math'
- description: 'This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.'
- administration_mode: false
- allow_on_admin_pages: false
- add_captcha_description: true
- default_validation: 1
- persistence: 1
- enable_stats: false
- log_wrong_responses: false