BackendUserGroupType : string

Enumeration object for backend user groups

Internal

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

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>
Return values
array<string|int, string>

        
On this page

Search results