Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ClassMetadataInterface.php
function ClassMetadataInterface::getClassName
Returns the name of the backing PHP class.
1 method overrides
ClassMetadataInterface::getClassName()
ClassMetadata::getClassName
in vendor/
symfony/
validator/
Mapping/
ClassMetadata.php
Returns the name of the backing PHP class.
File
vendor/
symfony/
validator/
Mapping/
ClassMetadataInterface.php
, line 91
Class
ClassMetadataInterface
Stores all metadata needed for validating objects of specific class.
Namespace
Symfony\Component\Validator\Mapping
Code
public
function
getClassName
() : string;
RSS feed