Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 362 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 362 Bytes

drupal-coding

Some 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.