Changes between Version 129 and Version 130 of members/GRIP-UQAM


Ignore:
Timestamp:
May 7, 2016, 3:30:23 PM (9 years ago)
Author:
Grip Uqam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • members/GRIP-UQAM

    v129 v130  
    11771177|----------------
    11781178{{{#!td
     1179{{{#!js
     1180new 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
     1189new 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
    11791200//Does not exist//
    11801201}}}
    11811202{{{#!td
    11821203RouteCollectionBuilder  **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)
    11831211}}}
    11841212|----------------