var/cache/dev/ContainerSLqnckS/getFosOauthServer_Authorize_FormService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerSLqnckS;
  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 getFosOauthServer_Authorize_FormService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  12.      *
  13.      * @return \Symfony\Component\Form\Form
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  20.         return ($container->services['.container.private.form.factory'] ?? $container->load('get_Container_Private_Form_FactoryService'))->createNamed('fos_oauth_server_authorize_form''FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'NULL, ['validation_groups' => $container->parameters['fos_oauth_server.authorize.form.validation_groups']]);
  21.     }
  22. }