Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ChainDecoder.php
function ChainDecoder::__construct
Parameters
array<DecoderInterface> $decoders
:
File
vendor/
symfony/
serializer/
Encoder/
ChainDecoder.php
, line 35
Class
ChainDecoder
Decoder delegating the decoding to a chain of decoders.
Namespace
Symfony\Component\Serializer\Encoder
Code
public
function
__construct
(array
$decoders
= []) { }
RSS feed