Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ClassMetadataInterface.php

function ClassMetadataInterface::getName

Returns the name of the backing PHP class.

1 method overrides ClassMetadataInterface::getName()
ClassMetadata::getName in vendor/symfony/serializer/Mapping/ClassMetadata.php
Returns the name of the backing PHP class.

File

vendor/symfony/serializer/Mapping/ClassMetadataInterface.php, line 30

Class

ClassMetadataInterface
Stores metadata needed for serializing and deserializing objects of specific class.

Namespace

Symfony\Component\Serializer\Mapping

Code

public function getName() : string;
RSS feed
Powered by Drupal