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

Breadcrumb

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

function UnwrappingDenormalizer::__construct

File

vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php, line 31

Class

UnwrappingDenormalizer
@author Eduard Bulava <bulavaeduard@gmail.com>

Namespace

Symfony\Component\Serializer\Normalizer

Code

public function __construct(?PropertyAccessorInterface $propertyAccessor = null) {
    $this->propertyAccessor = $propertyAccessor ?? PropertyAccess::createPropertyAccessor();
}
RSS feed
Powered by Drupal