mirror of
https://github.com/ninuannvarghese/PHPLimeSurvey.git
synced 2026-03-12 06:51:50 +01:00
24 lines
749 B
YAML
24 lines
749 B
YAML
limesurvey.settings:
|
|
path: '/admin/config/services/limesurvey/settings'
|
|
defaults:
|
|
_form: 'Drupal\limesurvey\Form\SurveySettingsForm'
|
|
_title: ' Lime Survey Settings'
|
|
requirements:
|
|
_permission: ' survey configuration'
|
|
|
|
limesurvey.listsurvey:
|
|
path: '/admin/config/services/limesurvey/surveylist'
|
|
defaults:
|
|
_controller: '\Drupal\limesurvey\Controller\SurveyController::ConfigureSurvey'
|
|
_title: 'Survey ID Configuration'
|
|
requirements:
|
|
_permission: ' survey configuration'
|
|
|
|
limesurvey.delete:
|
|
path: '/admin/config/services/limesurvey/surveylist/delete/{surveyid}'
|
|
defaults:
|
|
_form: 'Drupal\limesurvey\Form\LimeSurveyDeleteForm'
|
|
title: 'Survey Delete'
|
|
requirements:
|
|
_permission: ' survey configuration'
|