Base class for a protector.
File: src/modules/protectors/protector.php
Protector::enabled()
Checks whether the protector is enabled for a specific form.
Protector::verify_request()
Verifies a request by ensuring that it is not spammy.
Protector::render_output()
Renders the output for the protector before the Submit button.
Protector::get_meta_fields()
Returns the available meta fields for the submodule.
Protector::wrap_form_name()
Wraps a non-prefixed form input name attribute so that it will be properly included the submission POST data.