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

Breadcrumb

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

interface NormalizerAwareInterface

@author Joel Wurtz <joel.wurtz@gmail.com>

Hierarchy

  • interface \Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface

Expanded class hierarchy of NormalizerAwareInterface

All classes that implement NormalizerAwareInterface

2 files declare their use of NormalizerAwareInterface
Serializer.php in vendor/symfony/serializer/Serializer.php
TraceableNormalizer.php in vendor/symfony/serializer/Debug/TraceableNormalizer.php

File

vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php, line 17

Namespace

Symfony\Component\Serializer\Normalizer
View source
interface NormalizerAwareInterface {
    
    /**
     * Sets the owning Normalizer object.
     */
    public function setNormalizer(NormalizerInterface $normalizer) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
NormalizerAwareInterface::setNormalizer public function Sets the owning Normalizer object. 1
RSS feed
Powered by Drupal