var/cache/dev/ContainerYFsxnOz/getApiPlatform_Identifier_SymfonyUuidNormalizerService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerYFsxnOz;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getApiPlatform_Identifier_SymfonyUuidNormalizerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'api_platform.identifier.symfony_uuid_normalizer' shared service.
  12.      *
  13.      * @return \ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer
  14.      *
  15.      * @deprecated Since api-platform/core 2.7: The "api_platform.identifier.symfony_uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.symfony.uri_variables.transformer.uuid" service instead.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('api-platform/core''2.7''The "api_platform.identifier.symfony_uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.symfony.uri_variables.transformer.uuid" service instead.');
  20.         return $container->privates['api_platform.identifier.symfony_uuid_normalizer'] = new \ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer();
  21.     }
  22. }