Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AttributeMetadataInterface.php
function AttributeMetadataInterface::getSerializedName
Gets the serialization name for this attribute.
1 method overrides
AttributeMetadataInterface::getSerializedName()
AttributeMetadata::getSerializedName
in vendor/
symfony/
serializer/
Mapping/
AttributeMetadata.php
Gets the serialization name for this attribute.
File
vendor/
symfony/
serializer/
Mapping/
AttributeMetadataInterface.php
, line 62
Class
AttributeMetadataInterface
Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\Mapping
Code
public
function
getSerializedName
() : ?string;
RSS feed