user.libraries.yml

Same filename and directory in other branches
  1. 9 core/modules/user/user.libraries.yml
  2. 8.9.x core/modules/user/user.libraries.yml
  3. 10 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. drupal.user.admin:
  14. version: VERSION
  15. css:
  16. theme:
  17. css/user.admin.css: {}
  18. drupal.user.permissions:
  19. version: VERSION
  20. js:
  21. user.permissions.js: {}
  22. dependencies:
  23. - core/jquery
  24. - core/once
  25. - core/drupal
  26. - core/drupalSettings
  27. - user/drupal.user.admin
  28. - core/drupal.checkbox
  29. - core/drupal.debounce
  30. - core/drupal.announce
  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.