25 if (!$provider)
return;
37 Settings::setDefaultValue(
"captcha",
"captcha_provider",
"", String,
"Select the Captcha provider to use on your site",
"CAPTCHA Provider");
49 $providerSelect->defaultBlank =
true;
Provides a central management class for event handlers and common functionality for the captcha compo...
static registerSettingsFormExtension()
static settingsExtension($form)
static registerCaptchaProvider($name, $class)
static fireEvent($event, $parameter=null, $mustBeConsumed=false)
Fire an event to all subscribers as detailed in their manifests.
static getValue($component, $name)
Retrieve the value of the specified Setting.
static setDefaultValue($component, $name, $value, $field_type="String", $annotation="", $category="", $options="", $weight=0)
Sets the default value of the given component setting.
static registerExtension($component, $handler)