mycomments-api/var/cache/dev/url_matching_routes.php

34 lines
1.6 KiB
PHP

<?php
/**
* This file has been auto-generated
* by the Symfony Routing Component.
*/
return [
false, // $matchHost
[ // $staticRoutes
'/login' => [[['_route' => 'hwi_oauth_connect', '_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\LoginController', 'connectAction']], null, ['GET' => 0], null, true, false, null]],
],
[ // $regexpList
0 => '{^(?'
.'|/_error/(\\d+)(?:\\.([^/]++))?(*:35)'
.'|/connect/(?'
.'|([^/]++)(*:62)'
.'|service/([^/]++)(*:85)'
.'|registration/([^/]++)(*:113)'
.')'
.')/?$}sDu',
],
[ // $dynamicRoutes
35 => [[['_route' => '_preview_error', '_controller' => 'error_controller::preview', '_format' => 'html'], ['code', '_format'], null, null, false, true, null]],
62 => [[['_route' => 'hwi_oauth_service_redirect', '_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController', 'redirectToServiceAction']], ['service'], ['GET' => 0], null, false, true, null]],
85 => [[['_route' => 'hwi_oauth_connect_service', '_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\ConnectController', 'connectServiceAction']], ['service'], ['GET' => 0, 'POST' => 1], null, false, true, null]],
113 => [
[['_route' => 'hwi_oauth_connect_registration', '_controller' => ['HWI\\Bundle\\OAuthBundle\\Controller\\Connect\\RegisterController', 'registrationAction']], ['key'], ['GET' => 0, 'POST' => 1], null, false, true, null],
[null, null, null, null, false, false, 0],
],
],
null, // $checkCondition
];