BackendUserGroupType : string
Enumeration object for backend user groups
only and subject to change or be removed in TYPO3 v13. Usable only within EXT:install
.
Table of Contents
Cases
- ADVANCED_EDITOR = 'Advanced Editor'
- ALL = 'Both'
- EDITOR = 'Editor'
- NONE = 'None'
Methods
- getActualUserGroupTypes() : array<non-empty-string, non-empty-string>
- Returns all but the "ALL|NONE" special type
- getAllUserGroupTypes() : array<string|int, string>
Cases
EDITOR
ADVANCED_EDITOR
ALL
NONE
Methods
getActualUserGroupTypes()
Returns all but the "ALL|NONE" special type
public
getActualUserGroupTypes() : array<non-empty-string, non-empty-string>
Return values
array<non-empty-string, non-empty-string>getAllUserGroupTypes()
public
getAllUserGroupTypes() : array<string|int, string>