diff --git a/src/CaptchaPointInterface.php b/src/CaptchaPointInterface.php index 52d7f2d..5845616 100755 --- a/src/CaptchaPointInterface.php +++ b/src/CaptchaPointInterface.php @@ -27,6 +27,22 @@ interface CaptchaPointInterface extends ConfigEntityInterface { public function setFormId($form_id); /** + * Getter for label property. + * + * @return string + * Label string. + */ + public function getLabel(); + + /** + * Setter for label property. + * + * @param string $label + * Label string. + */ + public function setLabel($label); + + /** * Getter for captcha type property. */ public function getCaptchaType();