public function ClassBasedInterface::getClassName

Returns the name of the backing PHP class.

Return value

string The name of the backing class.

2 methods override ClassBasedInterface::getClassName()
ClassMetadata::getClassName in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php
Returns the fully qualified name of the class
MemberMetadata::getClassName in drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php
Returns the class this member is defined on

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();