Skip to content

EuropeanUniversityFoundation/ewp_institutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWP Institutions

Drupal implementation of the EWP Institutions API.

See the Erasmus Without Paper specification for more information:

Installation

Include the repository in your project's composer.json file:

"repositories": [
    ...
    {
        "type": "vcs",
        "url": "https://github.com/EuropeanUniversityFoundation/ewp_institutions"
    }
],

Then you can require the package as usual:

composer require euf/ewp_institutions

Finally, install the module:

drush en ewp_institutions

Usage

A custom content entity named Institution is provided with initial configuration to match the EWP specification. It can be configured like any other fieldable entity on the system. The administration paths are placed under /admin/ewp/.

The Other HEI ID field type becomes available in the Field UI so it can be added to any fieldable entity like any other field type.