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

Breadcrumb

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

function JsonDecode::__construct

File

vendor/symfony/serializer/Encoder/JsonDecode.php, line 49

Class

JsonDecode
Decodes JSON data.

Namespace

Symfony\Component\Serializer\Encoder

Code

public function __construct(array $defaultContext = []) {
    $this->defaultContext = array_merge($this->defaultContext, $defaultContext);
}
RSS feed
Powered by Drupal