many_assets_test.libraries.yml

Same filename in other branches
  1. 10 core/modules/system/tests/modules/many_assets_test/many_assets_test.libraries.yml
  2. 11.x core/modules/system/tests/modules/many_assets_test/many_assets_test.libraries.yml
core/modules/system/tests/modules/many_assets_test/many_assets_test.libraries.yml

File

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

View source
  1. many-dependencies:
  2. version: VERSION
  3. # JS and CSS dependencies will be populated in jqueryui_library_assets_test_library_info_build().
  4. js: {}
  5. css: {}
  6. weighted:
  7. version: VERSION
  8. js:
  9. js/weighted/weighted_114_a.js: { weight: -11.4, attributes: { data-weight: '-11.4' } }
  10. js/weighted/weighted_115_a.js: { weight: -11.5, attributes: { data-weight: '-11.5' } }
  11. js/weighted/weighted_116_a.js: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  12. js/weighted/weighted_116_b.js: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  13. js/weighted/weighted_116_c.js: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  14. css:
  15. component:
  16. css/weighted/weighted_114_a.css: { weight: -11.4, attributes: { data-weight: '-11.4' } }
  17. css/weighted/weighted_115_a.css: { weight: -11.5, attributes: { data-weight: '-11.5' } }
  18. css/weighted/weighted_116_a.css: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  19. css/weighted/weighted_116_b.css: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  20. css/weighted/weighted_116_c.css: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  21. weighted_again:
  22. version: VERSION
  23. js:
  24. js/weighted/weighted_114_b.js: { weight: -11.4, attributes: { data-weight: '-11.4' } }
  25. js/weighted/weighted_114_c.js: { weight: -11.4, attributes: { data-weight: '-11.4' } }
  26. js/weighted/weighted_115_b.js: { weight: -11.5, attributes: { data-weight: '-11.5' } }
  27. js/weighted/weighted_116_d.js: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  28. js/weighted/weighted_116_e.js: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  29. js/weighted/weighted_116_f.js: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  30. css:
  31. component:
  32. css/weighted/weighted_114_b.css: { weight: -11.4, attributes: { data-weight: '-11.4' } }
  33. css/weighted/weighted_114_c.css: { weight: -11.4, attributes: { data-weight: '-11.4' } }
  34. css/weighted/weighted_115_b.css: { weight: -11.5, attributes: { data-weight: '-11.5' } }
  35. css/weighted/weighted_116_d.css: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  36. css/weighted/weighted_116_e.css: { weight: -11.6, attributes: { data-weight: '-11.6' } }
  37. css/weighted/weighted_116_f.css: { weight: -11.6, attributes: { data-weight: '-11.6' } }

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