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

Breadcrumb

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

interface SerializerAwareInterface

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

Hierarchy

  • interface \Symfony\Component\Serializer\SerializerAwareInterface

Expanded class hierarchy of SerializerAwareInterface

All classes that implement SerializerAwareInterface

10 files declare their use of SerializerAwareInterface
AbstractNormalizer.php in vendor/symfony/serializer/Normalizer/AbstractNormalizer.php
CustomNormalizer.php in vendor/symfony/serializer/Normalizer/CustomNormalizer.php
MimeMessageNormalizer.php in vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php
NormalizerBase.php in core/modules/serialization/src/Normalizer/NormalizerBase.php
ProblemNormalizer.php in vendor/symfony/serializer/Normalizer/ProblemNormalizer.php

... See full list

File

vendor/symfony/serializer/SerializerAwareInterface.php, line 17

Namespace

Symfony\Component\Serializer
View source
interface SerializerAwareInterface {
    
    /**
     * Sets the owning Serializer object.
     */
    public function setSerializer(SerializerInterface $serializer) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
SerializerAwareInterface::setSerializer public function Sets the owning Serializer object. 3

API Navigation

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