CaptchaRegistry
final class CaptchaRegistry implements DispatcherAwareInterface
Captcha Registry class
Traits
DispatcherAwareTrait
Methods
array
getAll()
Return list of all registered elements
bool
has(string $name)
Check whether the element exists in the registry.
get(string $name)
Return element by name.
initRegistry()
Trigger event to allow register the element through plugins.
Details
CaptchaRegistry
add(CaptchaProviderInterface $instance)
Since: 5.0.0
Register element in registry, add new or override existing.
CaptchaRegistry
initRegistry()
Since: 5.0.0
Trigger event to allow register the element through plugins.