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

Breadcrumb

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

interface DenormalizerAwareInterface

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

Hierarchy

  • interface \Symfony\Component\Serializer\Normalizer\DenormalizerAwareInterface

Expanded class hierarchy of DenormalizerAwareInterface

All classes that implement DenormalizerAwareInterface

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

File

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

Namespace

Symfony\Component\Serializer\Normalizer
View source
interface DenormalizerAwareInterface {
    
    /**
     * Sets the owning Denormalizer object.
     */
    public function setDenormalizer(DenormalizerInterface $denormalizer) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
DenormalizerAwareInterface::setDenormalizer public function Sets the owning Denormalizer object. 1
RSS feed
Powered by Drupal