cache_example.info.yml

Same filename in other branches
  1. 3.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: ^9.4 || ^10
  5. type: module
  6. dependencies:
  7. - drupal:node
  8. - examples:examples