description.html.twig

{#

Description text for the Config Entity Example.

#}

{% trans %}

<p>The Config Entity Example module defines a Robot entity type. This is a list
  of the Robot entities currently in your Drupal site.</p><p>By default, when
  you enable this module, one entity is created from configuration. This is
  why we call them Config Entities. Marvin, the paranoid android, is created
  in the database when the module is enabled.</p><p>You can view a list of
  Robots here. You can also use the 'Operations' column to edit and delete
  Robots.</p>

{% endtrans %}

File

modules/config_entity_example/templates/description.html.twig

View source
  1. {#
  2. Description text for the Config Entity Example.
  3. #}
  4. {% trans %}
  5. <p>The Config Entity Example module defines a Robot entity type. This is a list
  6. of the Robot entities currently in your Drupal site.</p><p>By default, when
  7. you enable this module, one entity is created from configuration. This is
  8. why we call them Config Entities. Marvin, the paranoid android, is created
  9. in the database when the module is enabled.</p><p>You can view a list of
  10. Robots here. You can also use the 'Operations' column to edit and delete
  11. Robots.</p>
  12. {% endtrans %}