Changes between Version 129 and Version 130 of members/GRIP-UQAM
- Timestamp:
- May 7, 2016, 3:30:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v129 v130 1177 1177 |---------------- 1178 1178 {{{#!td 1179 {{{#!js 1180 new RouteCollection()->add('root', new Route('/', [ 1181 '_controller' => 'FrameworkBundle:Redirect:redirect', 1182 'route' => 'sonata_admin_dashboard', 1183 'permanent' => true, 1184 ])); // to check 1185 }}} 1186 }}} 1187 {{{#!td 1188 {{{#!js 1189 new RouteCollectionBuilder()->addRoute(new Route('/', [ 1190 '_controller' => 'FrameworkBundle:Redirect:redirect', 1191 'route' => 'sonata_admin_dashboard', 1192 'permanent' => true, 1193 ]), 1194 'root' 1195 ); // to check 1196 }}} 1197 }}} 1198 |---------------- 1199 {{{#!td 1179 1200 //Does not exist// 1180 1201 }}} 1181 1202 {{{#!td 1182 1203 RouteCollectionBuilder **import**(mixed $resource, string|null $prefix = '/', string $type = null) 1204 }}} 1205 |---------------- 1206 {{{#!td 1207 //Does not exist// 1208 }}} 1209 {{{#!td 1210 **mount**($prefix, RouteCollectionBuilder $builder) 1183 1211 }}} 1184 1212 |----------------