ContextualFeedbackSeverity : int
Enum that contains message severities. It is backed by integer values to keep backwards compatibility to the previous AbstractMessage constants.
Table of Contents
Cases
Methods
- getCssClass() : non-empty-string
- getIconIdentifier() : non-empty-string
- transform() : self|null
- Internal helper method to convert integer based severities into their enum counterparts with logging deprecations.
Cases
NOTICE
INFO
OK
WARNING
ERROR
Methods
getCssClass()
public
getCssClass() : non-empty-string
Return values
non-empty-stringgetIconIdentifier()
public
getIconIdentifier() : non-empty-string
Return values
non-empty-stringtransform()
Internal helper method to convert integer based severities into their enum counterparts with logging deprecations.
public
static transform(int $originalSeverity) : self|null
Will be removed with TYPO3 13.0
Parameters
- $originalSeverity : int