config_entity_example.robot.marvin.yml

Same filename in other branches
  1. 3.x modules/config_entity_example/config/install/config_entity_example.robot.marvin.yml
modules/config_entity_example/config/install/config_entity_example.robot.marvin.yml

File

modules/config_entity_example/config/install/config_entity_example.robot.marvin.yml

View source
  1. # This file defines a default config entity. This allows the module to include
  2. # config entities that are present 'out of the box'. Default config entities
  3. # are created in Drupal when the module is enabled. They are removed when the
  4. # module is uninstalled.
  5. # Default config entities can be edited by the user within Drupal. This edited
  6. # entity wil become exportable through the configuration system. This file,
  7. # however, will remain untouched.
  8. # For our config entity to be added at installation time, we have to place it in
  9. # the config/install directory of our module. Thus our file is located at:
  10. # config/install/config_entity_example.robot.marvin.yml.
  11. # You can see where these properties are defined in the annotation of
  12. # Drupal\config_entity_example\Entity\Robot.
  13. # The id of the config entity.
  14. id: marvin
  15. # Our properties follow.
  16. label: 'Marvin, the paranoid android'