file_example.info.yml

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

File

modules/file_example/file_example.info.yml

View source
  1. name: File Example
  2. type: module
  3. description: Demonstrates using the Drupal File API and stream wrappers.
  4. package: Example modules
  5. core_version_requirement: ^9.4 || ^10
  6. dependencies:
  7. - drupal:file
  8. - examples:examples
  9. - examples:stream_wrapper_example