You are here

public function CvValidatorInterface::getName in Clientside Validation 8

Same name and namespace in other branches
  1. 8.2 src/CvValidatorInterface.php \Drupal\clientside_validation\CvValidatorInterface::getName()
  2. 3.0.x src/CvValidatorInterface.php \Drupal\clientside_validation\CvValidatorInterface::getName()
  3. 2.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_validation

Code

public function getName();