class UserFormMessages (View source)

Words a refused UserManagementService write for the user forms. The service's own message is the API wording; password policy, field length and external-auth password messages are the same on both sides and pass through.

Methods

static string
errorMessage(array $result)

No description

static string
deleteErrorMessage(array $result)

Words a refused deletion; the same codes as errorMessage(), read for that page.

static string
templateAssignmentError(string $error)

Words a refused permission template assignment from PermissionTemplateAssignmentGuard.

Details

static string errorMessage(array $result)

No description

Parameters

array $result

Return Value

string

static string deleteErrorMessage(array $result)

Words a refused deletion; the same codes as errorMessage(), read for that page.

Parameters

array $result

Return Value

string

static string templateAssignmentError(string $error)

Words a refused permission template assignment from PermissionTemplateAssignmentGuard.

Parameters

string $error

Return Value

string