You are here

help_topics_test.help_topics.yml in Drupal 8

core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.help_topics.yml

File

core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.help_topics.yml
View source
  1. help_topics_test_direct_yml:
  2. class: 'Drupal\help_topics_test\Plugin\HelpTopic\TestHelpTopicPlugin'
  3. top_level: true
  4. related: {}
  5. label: "Test direct yaml topic label"
  6. body: "Test direct yaml body"
  7. help_topics_derivatives:
  8. deriver: 'Drupal\help_topics_test\Plugin\Deriver\TestHelpTopicDeriver'