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

Breadcrumb

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

interface NormalizationAwareInterface

Defines the interface of encoders that will normalize data themselves.

Implementing this interface essentially just tells the Serializer that the data should not be pre-normalized before being passed to this Encoder.

@author Jordi Boggiano <j.boggiano@seld.be>

Hierarchy

  • interface \Symfony\Component\Serializer\Encoder\NormalizationAwareInterface

Expanded class hierarchy of NormalizationAwareInterface

All classes that implement NormalizationAwareInterface

1 file declares its use of NormalizationAwareInterface
TraceableEncoder.php in vendor/symfony/serializer/Debug/TraceableEncoder.php

File

vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php, line 22

Namespace

Symfony\Component\Serializer\Encoder
View source
interface NormalizationAwareInterface {

}
RSS feed
Powered by Drupal