mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 00:34:24 +00:00
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
chill_event_admin_status:
|
|
path: /
|
|
controller: Chill\EventBundle\Controller\StatusController::indexAction
|
|
options:
|
|
menus:
|
|
admin_events:
|
|
order: 100
|
|
label: "Event status"
|
|
|
|
chill_event_admin_status_show:
|
|
path: /{id}/show
|
|
controller: Chill\EventBundle\Controller\StatusController::showAction
|
|
|
|
chill_event_admin_status_new:
|
|
path: /new
|
|
controller: Chill\EventBundle\Controller\StatusController::newAction
|
|
|
|
chill_event_admin_status_create:
|
|
path: /create
|
|
controller: Chill\EventBundle\Controller\StatusController::createAction
|
|
methods: POST
|
|
|
|
chill_event_admin_status_edit:
|
|
path: /{id}/edit
|
|
controller: Chill\EventBundle\Controller\StatusController::editAction
|
|
|
|
chill_event_admin_status_update:
|
|
path: /{id}/update
|
|
controller: Chill\EventBundle\Controller\StatusController::updateAction
|
|
methods: [POST, PUT]
|
|
|
|
chill_event_admin_status_delete:
|
|
path: /{id}/delete
|
|
controller: Chill\EventBundle\Controller\StatusController::deleteAction
|
|
methods: [POST, DELETE]
|