class Captcha
Pre-render callback for the "captcha" element type.
Plugin annotation
@BootstrapPrerender("captcha",
action = @BootstrapConstant(
"\Drupal\bootstrap\Bootstrap::CALLBACK_PREPEND"
)
)
Hierarchy
- class \Drupal\bootstrap\Plugin\Prerender\PrerenderBase implements TrustedCallbackInterface, PrerenderInterface
- class \Drupal\bootstrap\Plugin\Prerender\Captcha
Expanded class hierarchy of Captcha
Related topics
Namespace
Drupal\bootstrap\Plugin\PrerenderMembers
Name | Modifiers | Type | Description |
---|---|---|---|
Captcha:: |
public static | function |
Pre-render element callback. Overrides PrerenderBase:: |
PrerenderBase:: |
public static | function |
Pre-render render array element callback. Overrides PrerenderInterface:: |
PrerenderBase:: |
public static | function |
Overrides TrustedCallbackInterface:: |