/drupal-coding

Drupal modules to create JSON for content types and API Key management. Both modules are created for Drupal 8.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

drupal-coding

Some useful code snippets that useful for customization of drupal 7 and 8 themes and modules. It include drupal 7 and 8 module, and theme development.

  • To JSON: It converts the given content types to JSON format. Ideal for API based development
  • API KEY : It helps to add an API key for every request. This is useful for API authentication.