This is the complete list of members for ApiErrorFormatter, including all inherited members.
$format | ApiErrorFormatter | protected |
$lang | ApiErrorFormatter | protected |
$result | ApiErrorFormatter | protected |
$useDB | ApiErrorFormatter | protected |
__construct(ApiResult $result, Language $lang, $format, $useDB=false) | ApiErrorFormatter | |
addError( $modulePath, $msg, $code=null, $data=null) | ApiErrorFormatter | |
addMessagesFromStatus( $modulePath, StatusValue $status, $types=[ 'warning', 'error'], array $filter=[]) | ApiErrorFormatter | |
addWarning( $modulePath, $msg, $code=null, $data=null) | ApiErrorFormatter | |
addWarningOrError( $tag, $modulePath, $msg) | ApiErrorFormatter | protected |
arrayFromStatus(StatusValue $status, $type='error', $format=null) | ApiErrorFormatter | |
formatException(Throwable $exception, array $options=[]) | ApiErrorFormatter | |
formatMessage( $msg, $format=null) | ApiErrorFormatter | |
formatMessageInternal( $msg, $format) | ApiErrorFormatter | protected |
getContextTitle() | ApiErrorFormatter | |
getDummyTitle() | ApiErrorFormatter | protected |
getFormat() | ApiErrorFormatter | |
getLanguage() | ApiErrorFormatter | |
getMessageFromException(Throwable $exception, array $options=[]) | ApiErrorFormatter | |
isValidApiCode( $code) | ApiErrorFormatter | static |
newWithFormat( $format) | ApiErrorFormatter | |
setContextTitle(PageReference $title) | ApiErrorFormatter | |
stripMarkup( $text) | ApiErrorFormatter | static |