Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PropertyMetadataInterface.php
function PropertyMetadataInterface::getPropertyName
Returns the name of the property.
1 method overrides
PropertyMetadataInterface::getPropertyName()
MemberMetadata::getPropertyName
in vendor/
symfony/
validator/
Mapping/
MemberMetadata.php
Returns the name of the property.
File
vendor/
symfony/
validator/
Mapping/
PropertyMetadataInterface.php
, line 35
Class
PropertyMetadataInterface
Stores all metadata needed for validating the value of a class property.
Namespace
Symfony\Component\Validator\Mapping
Code
public
function
getPropertyName
() : string;
RSS feed