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

Breadcrumb

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

function SerializerAwareInterface::setSerializer

Sets the owning Serializer object.

3 methods override SerializerAwareInterface::setSerializer()
MimeMessageNormalizer::setSerializer in vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php
Sets the owning Serializer object.
TraceableEncoder::setSerializer in vendor/symfony/serializer/Debug/TraceableEncoder.php
Sets the owning Serializer object.
TraceableNormalizer::setSerializer in vendor/symfony/serializer/Debug/TraceableNormalizer.php
Sets the owning Serializer object.

File

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

Class

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

Namespace

Symfony\Component\Serializer

Code

public function setSerializer(SerializerInterface $serializer) : void;
RSS feed
Powered by Drupal