theme_test.libraries.yml

Same filename in other branches
  1. 8.9.x core/modules/system/tests/modules/theme_test/theme_test.libraries.yml
  2. 10 core/modules/system/tests/modules/theme_test/theme_test.libraries.yml
  3. 11.x 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. deprecated_library:
  9. version: VERSION
  10. css:
  11. base:
  12. css/foo.css: {}
  13. 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'
  14. another_deprecated_library:
  15. version: VERSION
  16. css:
  17. base:
  18. css/bar.css: {}
  19. 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.