PHP Classes

File: app/Resources/FOSUserBundle/views/Group/list_content.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Online PHP Image Transform   app/Resources/FOSUserBundle/views/Group/list_content.html.twig   Download  
File: app/Resources/FOSUserBundle/views/Group/list_content.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Online PHP Image Transform
Application to do interactive image manipulation
Author: By
Last change:
Date: 4 years ago
Size: 227 bytes
 

Contents

Class file image Download
<div class="fos_user_group_list"> <ul> {% for group in groups %} <li><a href="{{ path('fos_user_group_show', {'groupName': group.getName()} ) }}">{{ group.getName() }}</a></li> {% endfor %} </ul> </div>