tour.tour.tour-test-legacy-location.yml

Same filename in this branch
  1. 9 core/modules/tour/tests/fixtures/legacy_config/tour.tour.tour-test-legacy-location.yml
core/modules/tour/tests/tour_legacy_test/config/install/tour.tour.tour-test-legacy-location.yml
1 string reference to 'tour.tour.tour-test-legacy-location'
TourTipDeprecatedConfigModuleInstallTest::testModuleInstall in core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
Test ensuring that tour config is updated on config import.

File

core/modules/tour/tests/tour_legacy_test/config/install/tour.tour.tour-test-legacy-location.yml

View source
  1. id: tour-test-legacy-location
  2. label: 'Tour test the location property'
  3. module: tour_test
  4. routes:
  5. -
  6. route_name: some_tour_route
  7. tips:
  8. location-test-top:
  9. id: location-test-top
  10. plugin: text
  11. label: 'Top position'
  12. location: top
  13. body: 'Top that, top that'
  14. location-test-bottom:
  15. id: location-test-bottom
  16. plugin: text
  17. label: 'Bottom position'
  18. location: bottom
  19. body: 'You can give all that you can, but you will never top that'
  20. location-test-left:
  21. id: location-test-left
  22. plugin: text
  23. label: 'Left position'
  24. location: left
  25. body: 'You can dream until you''re blue but you can never top that, huh-huh!'
  26. location-test-right:
  27. id: location-test-right
  28. plugin: text
  29. label: 'Right position'
  30. location: right
  31. body: 'I don''t really give a [pause] about trying to top that'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.