You are here

auditfiles.links.menu.yml in Audit Files 8.3

File

auditfiles.links.menu.yml
View source
  1. auditfiles.report_auditfiles:
  2. title: 'Audit Files'
  3. parent: system.admin_reports
  4. description: 'Allows for comparing and correcting files and file references in the "files" directory, in the database, and in content.'
  5. route_name: auditfiles.report_auditfiles
  6. weight: -1
  7. auditfiles.report_notindatabase:
  8. title: 'Not in database'
  9. parent: auditfiles.report_auditfiles
  10. description: 'Allows for comparing and correcting files and file references in the "files" directory, in the database, and in content.'
  11. route_name: auditfiles.notindatabase
  12. weight: 1
  13. auditfiles.report_audit_files_notonserver:
  14. title: 'Not on server'
  15. parent: auditfiles.report_auditfiles
  16. description: 'Lists files that are in the database, but not in the "files" directory.'
  17. route_name: auditfiles.audit_files_notonserver
  18. weight: 2
  19. auditfiles.report_audit_files_managednotused:
  20. title: 'Managed not used'
  21. parent: auditfiles.report_auditfiles
  22. description: 'Lists files that are in the file_managed table, but not in the file_usage table.'
  23. route_name: auditfiles.audit_files_managednotused
  24. weight: 3
  25. auditfiles.report_audit_files_usednotmanaged:
  26. title: 'Used not managed'
  27. parent: auditfiles.report_auditfiles
  28. description: 'Lists files that are in the file_usage table, but not in the file_managed table.'
  29. route_name: auditfiles.audit_files_usednotmanaged
  30. weight: 4
  31. auditfiles.report_audit_files_usednotreferenced:
  32. title: 'Used not referenced'
  33. parent: auditfiles.report_auditfiles
  34. description: 'List files that are in the file_usage table, but not referenced in content.'
  35. route_name: auditfiles.audit_files_usednotreferenced
  36. weight: 5
  37. auditfiles.report_audit_files_referencednotused:
  38. title: 'Referenced not used'
  39. parent: auditfiles.report_auditfiles
  40. description: 'List files referenced in content, but not in the file_usage table.'
  41. route_name: auditfiles.audit_files_referencednotused
  42. weight: 6
  43. auditfiles.report_audit_files_mergefilereferences:
  44. title: 'Merge file references'
  45. parent: auditfiles.report_auditfiles
  46. description: 'Lists potential duplicate files in the file_managed table, and allows for merging them into a single file.'
  47. route_name: auditfiles.audit_files_mergefilereferences
  48. weight: 7
  49. auditfiles.auditfiles_configuration:
  50. title: 'Audit Files'
  51. parent: system.admin_config_system
  52. description: 'Allows for comparing and correcting files and file references in the "files" directory, in the database, and in content.'
  53. route_name: auditfiles.auditfiles_configuration