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

Breadcrumb

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

function ClassMetadataInterface::getAttributesMetadata

Gets the list of {@link AttributeMetadataInterface}.

Return value

array<string, AttributeMetadataInterface>

1 method overrides ClassMetadataInterface::getAttributesMetadata()
ClassMetadata::getAttributesMetadata in vendor/symfony/serializer/Mapping/ClassMetadata.php
Gets the list of {@link AttributeMetadataInterface}.

File

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

Class

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

Namespace

Symfony\Component\Serializer\Mapping

Code

public function getAttributesMetadata() : array;
RSS feed
Powered by Drupal