Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
98cb60a0
Commit
98cb60a0
authored
Feb 13, 2017
by
Χάρης Παπαδόπουλος
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'forms_updates' into 'develop'
Forms updates See merge request !17
parents
654bb969
f7f08204
Changes
107
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
107 changed files
with
3961 additions
and
2018 deletions
+3961
-2018
drupal/modules/epaldeploysystem/README.md
drupal/modules/epaldeploysystem/README.md
+5
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_admin_area.yml
.../config/install/rest.resource.entity.eepal_admin_area.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_prefecture.yml
.../config/install/rest.resource.entity.eepal_prefecture.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_region.yml
...stem/config/install/rest.resource.entity.eepal_region.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_school.yml
...stem/config/install/rest.resource.entity.eepal_school.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors.yml
...tem/config/install/rest.resource.entity.eepal_sectors.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors_in_epal.yml
...ig/install/rest.resource.entity.eepal_sectors_in_epal.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialties_in_epal.yml
...nstall/rest.resource.entity.eepal_specialties_in_epal.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialty.yml
...m/config/install/rest.resource.entity.eepal_specialty.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student.yml
...stem/config/install/rest.resource.entity.epal_student.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_class.yml
...onfig/install/rest.resource.entity.epal_student_class.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_course_field.yml
...nstall/rest.resource.entity.epal_student_course_field.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_epal_chosen.yml
...install/rest.resource.entity.epal_student_epal_chosen.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_users.yml
...system/config/install/rest.resource.entity.epal_users.yml
+45
-0
drupal/modules/epaldeploysystem/config/install/views.view.coursefields.yml
...aldeploysystem/config/install/views.view.coursefields.yml
+255
-0
drupal/modules/epaldeploysystem/config/install/views.view.coursesectorlist.yml
...ploysystem/config/install/views.view.coursesectorlist.yml
+426
-0
drupal/modules/epaldeploysystem/config/install/views.view.coursesperschool.yml
...ploysystem/config/install/views.view.coursesperschool.yml
+526
-0
drupal/modules/epaldeploysystem/config/install/views.view.regional_epal.yml
...ldeploysystem/config/install/views.view.regional_epal.yml
+431
-0
drupal/modules/epaldeploysystem/config/install/views.view.sectorlist.yml
...epaldeploysystem/config/install/views.view.sectorlist.yml
+256
-0
drupal/modules/epaldeploysystem/config/install/views.view.sectorsperschool.yml
...ploysystem/config/install/views.view.sectorsperschool.yml
+486
-0
drupal/modules/epaldeploysystem/epaldeploysystem.info.yml
drupal/modules/epaldeploysystem/epaldeploysystem.info.yml
+8
-0
drupal/modules/epalreadydata/eepal_sectors_in_epal.page.inc
drupal/modules/epalreadydata/eepal_sectors_in_epal.page.inc
+30
-0
drupal/modules/epalreadydata/epalreadydata.links.action.yml
drupal/modules/epalreadydata/epalreadydata.links.action.yml
+5
-0
drupal/modules/epalreadydata/epalreadydata.links.menu.yml
drupal/modules/epalreadydata/epalreadydata.links.menu.yml
+14
-0
drupal/modules/epalreadydata/epalreadydata.links.task.yml
drupal/modules/epalreadydata/epalreadydata.links.task.yml
+22
-0
drupal/modules/epalreadydata/epalreadydata.permissions.yml
drupal/modules/epalreadydata/epalreadydata.permissions.yml
+22
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalAccessControlHandler.php
...lreadydata/src/EepalSectorsInEpalAccessControlHandler.php
+47
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalHtmlRouteProvider.php
...epalreadydata/src/EepalSectorsInEpalHtmlRouteProvider.php
+85
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalListBuilder.php
...dules/epalreadydata/src/EepalSectorsInEpalListBuilder.php
+45
-0
drupal/modules/epalreadydata/src/EepalSectorsInEpalTranslationHandler.php
...palreadydata/src/EepalSectorsInEpalTranslationHandler.php
+14
-0
drupal/modules/epalreadydata/src/Entity/EepalSchool.php
drupal/modules/epalreadydata/src/Entity/EepalSchool.php
+1
-1
drupal/modules/epalreadydata/src/Entity/EepalSectorsInEpal.php
...l/modules/epalreadydata/src/Entity/EepalSectorsInEpal.php
+263
-0
drupal/modules/epalreadydata/src/Entity/EepalSectorsInEpalInterface.php
.../epalreadydata/src/Entity/EepalSectorsInEpalInterface.php
+77
-0
drupal/modules/epalreadydata/src/Entity/EepalSectorsInEpalViewsData.php
.../epalreadydata/src/Entity/EepalSectorsInEpalViewsData.php
+24
-0
drupal/modules/epalreadydata/src/Form/EepalSectorsInEpalDeleteForm.php
...s/epalreadydata/src/Form/EepalSectorsInEpalDeleteForm.php
+15
-0
drupal/modules/epalreadydata/src/Form/EepalSectorsInEpalForm.php
...modules/epalreadydata/src/Form/EepalSectorsInEpalForm.php
+50
-0
drupal/modules/epalreadydata/src/Form/EepalSectorsInEpalSettingsForm.php
...epalreadydata/src/Form/EepalSectorsInEpalSettingsForm.php
+55
-0
drupal/modules/epalreadydata/templates/eepal_sectors_in_epal.html.twig
...s/epalreadydata/templates/eepal_sectors_in_epal.html.twig
+22
-0
source/actions/coursefields.actions.js
source/actions/coursefields.actions.js
+0
-48
source/actions/epalclass.actions.js
source/actions/epalclass.actions.js
+0
-32
source/actions/index.js
source/actions/index.js
+0
-16
source/actions/regionschools.actions.js
source/actions/regionschools.actions.js
+0
-48
source/actions/regionschools.actions.ts
source/actions/regionschools.actions.ts
+2
-2
source/actions/sectorcourses.actions.js
source/actions/sectorcourses.actions.js
+0
-48
source/actions/sectorfields.actions.js
source/actions/sectorfields.actions.js
+0
-48
source/actions/sectorfields.actions.ts
source/actions/sectorfields.actions.ts
+3
-2
source/actions/studentdatafields.actions.js
source/actions/studentdatafields.actions.js
+0
-32
source/app.js
source/app.js
+0
-66
source/app.routes.js
source/app.routes.js
+0
-11
source/app.settings.js
source/app.settings.js
+0
-11
source/app.settings.ts
source/app.settings.ts
+1
-5
source/components/form-controls/form3.js
source/components/form-controls/form3.js
+0
-76
source/components/home.js
source/components/home.js
+0
-23
source/components/navbar/navbar.component.html
source/components/navbar/navbar.component.html
+8
-12
source/components/student-application-form/amka-fill.ts
source/components/student-application-form/amka-fill.ts
+23
-16
source/components/student-application-form/application.form.main.html
...nents/student-application-form/application.form.main.html
+2
-1
source/components/student-application-form/application.form.main.js
...ponents/student-application-form/application.form.main.js
+0
-77
source/components/student-application-form/application.form.main.ts
...ponents/student-application-form/application.form.main.ts
+2
-2
source/components/student-application-form/application.preview.js
...omponents/student-application-form/application.preview.js
+0
-193
source/components/student-application-form/application.preview.ts
...omponents/student-application-form/application.preview.ts
+49
-4
source/components/student-application-form/course.fields.select.js
...mponents/student-application-form/course.fields.select.js
+0
-80
source/components/student-application-form/epal.class.select.ts
.../components/student-application-form/epal.class.select.ts
+15
-10
source/components/student-application-form/region.schools.select.js
...ponents/student-application-form/region.schools.select.js
+0
-107
source/components/student-application-form/region.schools.select.ts
...ponents/student-application-form/region.schools.select.ts
+42
-5
source/components/student-application-form/sector.courses.select.js
...ponents/student-application-form/sector.courses.select.js
+0
-135
source/components/student-application-form/sector.courses.select.ts
...ponents/student-application-form/sector.courses.select.ts
+1
-1
source/components/student-application-form/sector.fields.select.js
...mponents/student-application-form/sector.fields.select.js
+0
-107
source/components/student-application-form/sector.fields.select.ts
...mponents/student-application-form/sector.fields.select.ts
+31
-2
source/components/students/student.js
source/components/students/student.js
+0
-13
source/components/students/students-list.js
source/components/students/students-list.js
+0
-72
source/constants.js
source/constants.js
+0
-15
source/containers/main.js
source/containers/main.js
+0
-89
source/containers/main.routes.js
source/containers/main.routes.js
+0
-37
source/containers/main.routes.ts
source/containers/main.routes.ts
+3
-0
source/pipes/camelcase.js
source/pipes/camelcase.js
+0
-21
source/services/helper-data-service.js
source/services/helper-data-service.js
+0
-121
source/services/helper-data-service.ts
source/services/helper-data-service.ts
+10
-3
source/services/user-data-service.js
source/services/user-data-service.js
+0
-76
source/store/amkafill/index.js
source/store/amkafill/index.js
+0
-6
source/store/coursefields/coursefields.initial-state.js
source/store/coursefields/coursefields.initial-state.js
+0
-5
source/store/coursefields/coursefields.reducer.js
source/store/coursefields/coursefields.reducer.js
+0
-28
source/store/coursefields/coursefields.transformers.js
source/store/coursefields/coursefields.transformers.js
+0
-14
source/store/coursefields/coursefields.types.js
source/store/coursefields/coursefields.types.js
+0
-2
source/store/coursefields/index.js
source/store/coursefields/index.js
+0
-6
source/store/epalclasses/index.js
source/store/epalclasses/index.js
+0
-6
source/store/index.js
source/store/index.js
+0
-13
source/store/regionschools/index.js
source/store/regionschools/index.js
+0
-6
source/store/regionschools/regionschools.initial-state.js
source/store/regionschools/regionschools.initial-state.js
+0
-5
source/store/regionschools/regionschools.reducer.js
source/store/regionschools/regionschools.reducer.js
+0
-35
source/store/regionschools/regionschools.transformers.js
source/store/regionschools/regionschools.transformers.js
+0
-16
source/store/regionschools/regionschools.types.js
source/store/regionschools/regionschools.types.js
+0
-2
source/store/sectorcourses/index.js
source/store/sectorcourses/index.js
+0
-6
source/store/sectorcourses/sectorcourses.initial-state.js
source/store/sectorcourses/sectorcourses.initial-state.js
+0
-5
source/store/sectorcourses/sectorcourses.reducer.js
source/store/sectorcourses/sectorcourses.reducer.js
+0
-35
source/store/sectorcourses/sectorcourses.transformers.js
source/store/sectorcourses/sectorcourses.transformers.js
+0
-16
source/store/sectorcourses/sectorcourses.types.js
source/store/sectorcourses/sectorcourses.types.js
+0
-2
source/store/sectorfields/index.js
source/store/sectorfields/index.js
+0
-6
source/store/sectorfields/sectorfields.initial-state.js
source/store/sectorfields/sectorfields.initial-state.js
+0
-5
source/store/sectorfields/sectorfields.reducer.js
source/store/sectorfields/sectorfields.reducer.js
+0
-28
source/store/sectorfields/sectorfields.transformers.js
source/store/sectorfields/sectorfields.transformers.js
+0
-14
source/store/sectorfields/sectorfields.types.js
source/store/sectorfields/sectorfields.types.js
+0
-2
source/store/store.js
source/store/store.js
+0
-29
source/store/studentdatafields/index.js
source/store/studentdatafields/index.js
+0
-6
source/store/studentdatafields/studentdatafields.initial-state.js
...tore/studentdatafields/studentdatafields.initial-state.js
+0
-5
source/store/studentdatafields/studentdatafields.reducer.js
source/store/studentdatafields/studentdatafields.reducer.js
+0
-20
source/store/studentdatafields/studentdatafields.transformers.js
...store/studentdatafields/studentdatafields.transformers.js
+0
-20
source/store/studentdatafields/studentdatafields.types.js
source/store/studentdatafields/studentdatafields.types.js
+0
-7
No files found.
drupal/modules/epaldeploysystem/README.md
0 → 100644
View file @
98cb60a0
EPAL.epaldeploysystem .
Εγκατάσταση αρχικού configuration για entities/objects.
Ενεργοποίηση ΑΦΟΥ ενεργοποιηθούν πρώτα τα epalreadydata / epal modules.
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_admin_area.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_admin_area
plugin_id
:
'
entity:eepal_admin_area'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_prefecture.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_prefecture
plugin_id
:
'
entity:eepal_prefecture'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_region.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_region
plugin_id
:
'
entity:eepal_region'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_school.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_school
plugin_id
:
'
entity:eepal_school'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors.yml
0 → 100644
View file @
98cb60a0
langcode
:
el
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_sectors
plugin_id
:
'
entity:eepal_sectors'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_sectors_in_epal.yml
0 → 100644
View file @
98cb60a0
langcode
:
el
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_sectors_in_epal
plugin_id
:
'
entity:eepal_sectors_in_epal'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialties_in_epal.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_specialties_in_epal
plugin_id
:
'
entity:eepal_specialties_in_epal'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.eepal_specialty.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epalreadydata
-
hal
-
serialization
-
user
id
:
entity.eepal_specialty
plugin_id
:
'
entity:eepal_specialty'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student
plugin_id
:
'
entity:epal_student'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_class.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student_class
plugin_id
:
'
entity:epal_student_class'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_course_field.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student_course_field
plugin_id
:
'
entity:epal_student_course_field'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_student_epal_chosen.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
:
module
:
-
basic_auth
-
epal
-
hal
-
serialization
-
user
id
:
entity.epal_student_epal_chosen
plugin_id
:
'
entity:epal_student_epal_chosen'
granularity
:
method
configuration
:
GET
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
POST
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
DELETE
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
PATCH
:
supported_formats
:
-
hal_json
-
json
-
xml
supported_auth
:
-
basic_auth
-
cookie
drupal/modules/epaldeploysystem/config/install/rest.resource.entity.epal_users.yml
0 → 100644
View file @
98cb60a0
langcode
:
en
status
:
true
dependencies
: