cache_example.info.yml

Same filename and directory in other branches
  1. 4.0.x modules/cache_example/cache_example.info.yml
modules/cache_example/cache_example.info.yml

File

modules/cache_example/cache_example.info.yml

View source
  1. name: Cache Example
  2. description: Demonstrates how to use Cache API.
  3. package: Example modules
  4. core_version_requirement: ^8.7.7 || ^9 || ^10
  5. type: module
  6. dependencies:
  7. - drupal:node
  8. - examples:examples