Mi idea era detectar el rol en el método configureRoutes pero cuando lo hago me sale el siguiente error:
Cita:
Este es el código:Cannot import resource "/miRutaLocal.../app/config/." from "/miRutaLocal.../app/config/routing.yml". (The security context contains no authentication token. One possible reason may be that there is no firewall configured for this URL.)
Código PHP:
protected function configureRoutes(RouteCollection $collection)
{
$container = $this->getConfigurationPool()->getContainer();
if ($container->get('security.context')->isGranted(array('ROLE_CLIENT'))) {
// hacer algo con las rutas
}
}
Gracias.
/* ERA UN TEMA DE CONFIGURACIÓN, YA LO SOLUCIONÉ. MUCHAS GRACIAS */