You are here

Classes, traits, and interfaces in CAPTCHA 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Captcha class Drupal\captcha\Element src/Element/Captcha.php Defines the CAPTCHA form element with default properties. 1
CaptchaAdminTest class Drupal\Tests\captcha\Functional tests/src/Functional/CaptchaAdminTest.php Tests CAPTCHA admin settings.
CaptchaCachedSettingsSubscriber class Drupal\captcha\EventSubscriber src/EventSubscriber/CaptchaCachedSettingsSubscriber.php A subscriber clearing the cached definitions when saving captcha settings. 2
CaptchaCacheTest class Drupal\Tests\captcha\Functional tests/src/Functional/CaptchaCacheTest.php Tests CAPTCHA caching on various pages.
CaptchaCronTest class Drupal\Tests\captcha\Functional tests/src/Functional/CaptchaCronTest.php Tests CAPTCHA cron.
CaptchaExamplesForm class Drupal\captcha\Form src/Form/CaptchaExamplesForm.php Displays the captcha settings form. 1
CaptchaFontPreviewController class Drupal\image_captcha\Controller image_captcha/src/Controller/CaptchaFontPreviewController.php Controller which generates the image from defined settings.
CaptchaFontPreviewStreamedResponse class Drupal\image_captcha\StreamedResponse image_captcha/src/StreamedResponse/CaptchaFontPreviewStreamedResponse.php A Controller to preview the captcha font on the settings page. 1
CaptchaImageGeneratorController class Drupal\image_captcha\Controller image_captcha/src/Controller/CaptchaImageGeneratorController.php Controller which generates the image from defined settings.
CaptchaImageRefresh class Drupal\image_captcha\Controller image_captcha/src/Controller/CaptchaImageRefresh.php Description of CaptchaImageRefresh.
CaptchaImageResponse class Drupal\image_captcha\Response image_captcha/src/Response/CaptchaImageResponse.php Response which is returned as the captcha for image_captcha. 1
CaptchaPersistenceTest class Drupal\Tests\captcha\Functional tests/src/Functional/CaptchaPersistenceTest.php Tests CAPTCHA Persistence.
CaptchaPoint class Drupal\captcha\Entity src/Entity/CaptchaPoint.php Defines the CaptchaPoint entity. 5
CaptchaPointDeleteForm class Drupal\captcha\Form src/Form/CaptchaPointDeleteForm.php Builds the form to delete a Captcha Point.
CaptchaPointDisableForm class Drupal\captcha\Form src/Form/CaptchaPointDisableForm.php Builds the form to delete a Captcha Point.
CaptchaPointEnableForm class Drupal\captcha\Form src/Form/CaptchaPointEnableForm.php Builds the form to delete a Captcha Point.
CaptchaPointForm class Drupal\captcha\Form src/Form/CaptchaPointForm.php Entity Form to edit CAPTCHA points.
CaptchaPointInterface interface Drupal\captcha src/CaptchaPointInterface.php Interface CaptchaPointInterface. 1 2
CaptchaPointListBuilder class Drupal\captcha\Entity\Controller src/Entity/Controller/CaptchaPointListBuilder.php Builds the list of capture points for the captcha point form. 1
CaptchaPointListBuilderTest class Drupal\Tests\captcha\Unit\Controller tests/src/Unit/Controller/CaptchaPointListBuilderTest.php Tests for CaptchaPointListBuilder.
CaptchaService class Drupal\captcha\Service src/Service/CaptchaService.php Helper service for CAPTCHA module. 2 2
CaptchaSessionReuseAttackTestCase class Drupal\Tests\captcha\Functional tests/src/Functional/CaptchaSessionReuseAttackTestCase.php Tests CAPTCHA session reusing.
CaptchaSettingsForm class Drupal\captcha\Form src/Form/CaptchaSettingsForm.php Displays the captcha settings form. 1
CaptchaTest class Drupal\Tests\captcha\Functional tests/src/Functional/CaptchaTest.php Tests CAPTCHA main test case sensitivity.
CaptchaTypeFormatter class Drupal\captcha\Plugin\migrate\process src/Plugin/migrate/process/CaptchaTypeFormatter.php Perform captcha type transformation.
CaptchaWebTestBase abstract class Drupal\Tests\captcha\Functional tests/src/Functional/CaptchaWebTestBase.php Base class for CAPTCHA tests. 5
ImageCaptchaSettingsForm class Drupal\image_captcha\Form image_captcha/src/Form/ImageCaptchaSettingsForm.php Displays the pants settings form. 1
LongIdForm class Drupal\captcha_long_form_id_test\Form modules/captcha_long_form_id_test/src/Form/LongIdForm.php Class LongIdForm. 1
MigrateCaptchaPointsTest class Drupal\Tests\captcha\Kernel\Migrate\d7 tests/src/Kernel/Migrate/d7/MigrateCaptchaPointsTest.php Migrates various configuration objects owned by the captcha module.
MigrateCaptchaSimpleConfigurationTest class Drupal\Tests\captcha\Kernel\Migrate\d7 tests/src/Kernel/Migrate/d7/MigrateCaptchaSimpleConfigurationTest.php Migrates various configuration objects owned by the captcha module.

Other projects