Returns the name of the backing PHP class.
Return value
string The name of the backing class.
File
- drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ClassBasedInterface.php, line 26
Class
- ClassBasedInterface
- An object backed by a PHP class.
Namespace
Symfony\Component\Validator
Code
public function getClassName();