mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
31 lines
936 B
YAML
31 lines
936 B
YAML
blopentity2:
|
|
path: /
|
|
defaults: { _controller: "ChillCustomFieldsBundle:BlopEntity2:index" }
|
|
|
|
blopentity2_show:
|
|
path: /{id}/show
|
|
defaults: { _controller: "ChillCustomFieldsBundle:BlopEntity2:show" }
|
|
|
|
blopentity2_new:
|
|
path: /new
|
|
defaults: { _controller: "ChillCustomFieldsBundle:BlopEntity2:new" }
|
|
|
|
blopentity2_create:
|
|
path: /create
|
|
defaults: { _controller: "ChillCustomFieldsBundle:BlopEntity2:create" }
|
|
requirements: { _method: post }
|
|
|
|
blopentity2_edit:
|
|
path: /{id}/edit
|
|
defaults: { _controller: "ChillCustomFieldsBundle:BlopEntity2:edit" }
|
|
|
|
blopentity2_update:
|
|
path: /{id}/update
|
|
defaults: { _controller: "ChillCustomFieldsBundle:BlopEntity2:update" }
|
|
requirements: { _method: post|put }
|
|
|
|
blopentity2_delete:
|
|
path: /{id}/delete
|
|
defaults: { _controller: "ChillCustomFieldsBundle:BlopEntity2:delete" }
|
|
requirements: { _method: post|delete }
|