public function CvValidatorInterface::getName in Clientside Validation 2.0.x
Same name and namespace in other branches
- 8.2 src/CvValidatorInterface.php \Drupal\clientside_validation\CvValidatorInterface::getName()
- 8 src/CvValidatorInterface.php \Drupal\clientside_validation\CvValidatorInterface::getName()
- 3.0.x src/CvValidatorInterface.php \Drupal\clientside_validation\CvValidatorInterface::getName()
Return the name of the validator flavor.
Return value
string The name of the validator.
1 method overrides CvValidatorInterface::getName()
- CvValidatorBase::getName in src/
CvValidatorBase.php - Return the name of the validator flavor.
File
- src/
CvValidatorInterface.php, line 29
Class
- CvValidatorInterface
- Defines an interface for ice cream flavor plugins.
Namespace
Drupal\clientside_validationCode
public function getName();