rest_example.info.yml

Same filename in other branches
  1. 3.x modules/rest_example/rest_example.info.yml
modules/rest_example/rest_example.info.yml

File

modules/rest_example/rest_example.info.yml

View source
  1. name: REST Example
  2. type: module
  3. description: An example outlining how a module can use the RESTful Web Services to communicate with another Drupal instance.
  4. package: Example modules
  5. core_version_requirement: ^9.4 || ^10
  6. dependencies:
  7. - drupal:rest
  8. - drupal:basic_auth
  9. - drupal:hal
  10. - drupal:views
  11. - examples:examples