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
  2. 8.x-1.x 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 which 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 users 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 module's config/install directory. 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 config entity ID.
  14. id: marvin
  15. # The following are our properties.
  16. label: 'Marvin, the paranoid android'