Method |
Description |
|
getAllMappedPermissions ( ) : array |
Get a mapping of all permissions from lowercase to camelcase
savePermissions only accepts camelcase. |
|
getAssetSourcesService ( ) : AssetSourcesService |
|
|
getGlobalsService ( ) : GlobalsService |
|
|
getGroupDefinition ( Craft\UserGroupModel $group ) : array |
Get group definition. |
|
getGroupPermissionDefinitions ( $group ) : array | string |
Get group permissions. |
|
getMappedPermissions ( array $permissions ) : array |
|
|
getPermission ( string $permissionDefinition ) : string |
Get permission. |
|
getPermissionDefinition ( string $permission ) : string |
Get permission definition. |
|
getPermissions ( array $permissionDefinitions ) : array |
Get permissions. |
|
getSectionsService ( ) : SectionsService |
|
|
getUserGroupsService ( ) : UserGroupsService |
|
|
getUserPermissionsService ( ) : UserPermissionsService |
|
|
mapPermissionSource ( array $mapping, string $permission, boolean $export ) : string |
|
|