theme_test.libraries.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/theme_test/theme_test.libraries.yml
  2. 8.9.x core/modules/system/tests/modules/theme_test/theme_test.libraries.yml
  3. 10 core/modules/system/tests/modules/theme_test/theme_test.libraries.yml
core/modules/system/tests/modules/theme_test/theme_test.libraries.yml

File

core/modules/system/tests/modules/theme_test/theme_test.libraries.yml

View source
  1. theme_stylesheets_override_and_remove_test:
  2. version: VERSION
  3. css:
  4. base:
  5. css/base-remove.css: {}
  6. css/sub-override.css: {}
  7. css/sub-remove.css: {}
  8. moved_to:
  9. version: VERSION
  10. css:
  11. base:
  12. css/base-remove.css: {}
  13. js:
  14. js/foo.js: {}
  15. moved_files:
  16. theme_test/moved_from:
  17. deprecation_version: drupal:X.0.0
  18. removed_version: drupal:Y.0.0
  19. deprecation_link: https://example.com
  20. css:
  21. base:
  22. css/foo.css:
  23. base: 'css/base-remove.css'
  24. js:
  25. js/bar.js: 'js/foo.js'
  26. moved_from:
  27. version: VERSION
  28. css:
  29. base:
  30. css/sub-remove.css: {}
  31. deprecated_library:
  32. version: VERSION
  33. css:
  34. base:
  35. css/foo.css: {}
  36. deprecated: 'The "%library_id%" asset library is deprecated in drupal:X.0.0 and is removed from drupal:Y.0.0. Use another library instead. See https://www.example.com'
  37. another_deprecated_library:
  38. version: VERSION
  39. css:
  40. base:
  41. css/bar.css: {}
  42. deprecated: 'The "%library_id%" asset library is deprecated in drupal:X.0.0 and is removed from drupal:Y.0.0. Use another library instead. See https://www.example.com'

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