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

Breadcrumb

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

function AdvancedNameConverterInterface::denormalize

Overrides NameConverterInterface::denormalize

1 method overrides AdvancedNameConverterInterface::denormalize()
MetadataAwareNameConverter::denormalize in vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php
Converts a property name to its denormalized value.

File

vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php, line 25

Class

AdvancedNameConverterInterface
Gives access to the class, the format and the context in the property name converters.

Namespace

Symfony\Component\Serializer\NameConverter

Code

public function denormalize(string $propertyName, ?string $class = null, ?string $format = null, array $context = []) : string;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal