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

Breadcrumb

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

RequestPayloadValueResolver::CONTEXT_DENORMALIZE

See also

\Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::DISABLE_TYPE_ENFORCEMENT

DenormalizerInterface::COLLECT_DENORMALIZATION_ERRORS

File

vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php, line 52

Class

RequestPayloadValueResolver
@author Konstantin Myakshin <molodchick@gmail.com>

Namespace

Symfony\Component\HttpKernel\Controller\ArgumentResolver

Code

private const CONTEXT_DENORMALIZE = [
    'disable_type_enforcement' => true,
    'collect_denormalization_errors' => true,
];

API Navigation

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