Class StudentConventionTransformer
- FrontBundle\Form\DataTransformer\StudentConventionTransformer implements Symfony\Component\Form\DataTransformerInterface
Namespace: FrontBundle\Form\DataTransformer
Author: Théo FIDRY theo.fidry@gmail.com
Link: http://symfony.com/doc/current/cookbook/form/data_transformers.html#about-model-and-view-transformers
Located at FrontBundle/Form/DataTransformer/StudentConventionTransformer.php
Author: Théo FIDRY theo.fidry@gmail.com
Link: http://symfony.com/doc/current/cookbook/form/data_transformers.html#about-model-and-view-transformers
Located at FrontBundle/Form/DataTransformer/StudentConventionTransformer.php
public
|
|
public
|
string |
API_URI_PREFIX
API URI for the StudentConvention. Is put as a constant here to avoid to have to inject the router service to generate it. This would indeed result in declaring those forms as services which is quite heavy and ugly. |
#
'/api/student_conventions'
|