See
PublishedAPI for packages intended to be used by Plugin and Contrib authors, or
browse all packages.
See also
Developing plugins,
Developer's Bible,
Technical Overview
internal package
Foswiki::Plugins::CaptchaPlugin
base class to hook into the foswiki core
initPlugin($topic, $web, $user) → $boolean
initialize the plugin, automatically called during the core initialization process
finishPlugin
finish the plugin and the core if it has been used,
automatically called during the core initialization process
ObjectMethod
beforeSaveHandler()
getCore() → $core
returns a singleton
Foswiki::Plugins::CaptchaPlugin::Core object for this plugin; a new core is allocated
during each session request; once a core has been created it is destroyed during
finishPlugin()
ObjectMethod
validateRegistrationHandler()
Handler for $
Foswiki::Plugins::VERSION >= 2.3 and later
ObjectMethod
validateRegistration()
only used for $
Foswiki::Plugins::VERSION < 2.3
ObjectMethod
restValidate()