Adding the Initial commit of LimeSurvey API

Adding the Initial commit of LimeSurvey API Module with Drupal8
This commit is contained in:
Ninu Varghese
2020-04-20 17:32:42 -04:00
committed by GitHub
parent 6efe9b355b
commit 0d3ba9ba89
17 changed files with 1285 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
services:
limesurvey.client:
class: Drupal\limesurvey\LimeSurveyClient
arguments: ['@config.factory']