content_entity_example.info.yml

Same filename in other branches
  1. 3.x modules/content_entity_example/content_entity_example.info.yml
  2. 4.0.x modules/content_entity_example/content_entity_example.info.yml
content_entity_example/content_entity_example.info.yml

File

content_entity_example/content_entity_example.info.yml

View source
  1. name: Content Entity Example
  2. type: module
  3. description: Demonstrates how to create a content entity.
  4. package: Example modules
  5. core: 8.x
  6. # These modules are required by the tests, must be available at bootstrap time
  7. dependencies:
  8. - drupal:options
  9. - drupal:user
  10. - examples:examples