file_example.permissions.yml 448 B

12345678910111213
  1. 'use file example':
  2. title: Use the examples in the File Example module.
  3. #
  4. # We use the following permissions in our hook_file_download implementation.
  5. # See file_example.module for details.
  6. #
  7. 'read private files':
  8. title: See private files in the File Example module demo.
  9. 'read temporary files':
  10. title: See temporary files in the File Example module demo.
  11. 'read session files':
  12. title: See session files in the File Example module demo.