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]