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

Breadcrumb

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

function AdvancedNameConverterInterface::normalize

Overrides NameConverterInterface::normalize

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

File

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

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 normalize(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