system.permissions.yml

Same filename in other branches
  1. 9 core/modules/system/system.permissions.yml
  2. 8.9.x core/modules/system/system.permissions.yml
  3. 11.x core/modules/system/system.permissions.yml
core/modules/system/system.permissions.yml

File

core/modules/system/system.permissions.yml

View source
  1. administer modules:
  2. title: 'Administer modules'
  3. administer site configuration:
  4. title: 'Administer site configuration'
  5. restrict access: true
  6. administer themes:
  7. title: 'Administer themes'
  8. restrict access: true
  9. administer software updates:
  10. title: 'Administer software updates'
  11. restrict access: true
  12. access administration pages:
  13. title: 'Use the administration pages'
  14. access site in maintenance mode:
  15. title: 'Use the site in maintenance mode'
  16. view the administration theme:
  17. title: 'View the administration theme'
  18. description: 'This is only used when the site is configured to use a separate administration theme on the Appearance page.'
  19. # Note that the 'access content' permission is moved to the Node section of the
  20. # permission form when the Node module is enabled.
  21. access content:
  22. title: 'View published content'
  23. access site reports:
  24. title: 'View site reports'
  25. restrict access: true
  26. link to any page:
  27. title: 'Link to any page'
  28. restrict access: true
  29. description: 'This allows to bypass access checking when linking to internal paths.'
  30. administer menu:
  31. title: 'Administer menus and menu links'
  32. administer actions:
  33. title: 'Administer actions'
  34. restrict access: true

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