added example for developpers module

This commit is contained in:
Bachir Soussi Chiadmi
2018-01-06 11:28:03 +01:00
parent 5017966908
commit 5ec2f4311c
396 changed files with 26299 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"name": "drupal/examples",
"description": "The Examples for Developers project aims to provide high-quality, well-documented API examples for a broad range of Drupal core functionality.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/examples",
"support": {
"issues": "https://www.drupal.org/project/issues/examples",
"documentation": "https://api.drupal.org/api/examples",
"source": "http://cgit.drupalcode.org/examples"
},
"license": "GPL-2.0+"
}