user.libraries.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/user/user.libraries.yml
  2. 10 core/modules/user/user.libraries.yml
  3. 11.x core/modules/user/user.libraries.yml
core/modules/user/user.libraries.yml

File

core/modules/user/user.libraries.yml

View source
  1. drupal.user:
  2. version: VERSION
  3. js:
  4. user.js: {}
  5. user.theme.js: {}
  6. css:
  7. component:
  8. css/user.module.css: {}
  9. dependencies:
  10. - core/jquery
  11. - core/drupal
  12. - core/once
  13. - core/jquery.once.bc
  14. drupal.user.admin:
  15. version: VERSION
  16. css:
  17. theme:
  18. css/user.admin.css: {}
  19. drupal.user.permissions:
  20. version: VERSION
  21. js:
  22. user.permissions.js: {}
  23. dependencies:
  24. - core/jquery
  25. - core/once
  26. - core/jquery.once.bc
  27. - core/drupal
  28. - core/drupalSettings
  29. - user/drupal.user.admin
  30. - core/drupal.checkbox
  31. drupal.user.icons:
  32. version: VERSION
  33. css:
  34. theme:
  35. css/user.icons.admin.css: {}

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