Manual:$wgContentHandlerTextFallback/pl

Category:MediaWiki configuration settings/pl#ContentHandlerTextFallbackCategory:MediaWiki configuration settings introduced in version 1.21.0/pl#ContentHandlerTextFallbackCategory:MediaWiki configuration settings deprecated in version 1.37.0/pl#ContentHandlerTextFallbackCategory:MediaWiki configuration settings removed in version 1.42.0/pl#ContentHandlerTextFallbackCategory:MediaWiki deprecated or obsolete features/pl#ContentHandlerTextFallbackCategory:ContentHandler variables/pl#ContentHandlerTextFallback
Content handlers and storage: $wgContentHandlerTextFallback
How to react if a plain text version of a non-text Content object is requested using ContentHandler::getContentText()
Wprowadzono w wersji:1.21.0
Przestarzałe w wersji:1.37.0 (Gerrit change 691704; git #e34e93f2)
Usunięto w wersji:1.42.0 (Gerrit change 993049; git #ba1563a0)
Dozwolone wartości:(one of the allowed parameters)
Domyślna wartość:'ignore'

Dozwolone parametry

Depending on the value, the following action is taken when Content is not a TextContent object:

  • 'ignore' - ContentHandler::getContentText() returns null
  • 'fail' - Throw an MWException
  • 'serialize' - Use the Content objects serialize method to get a string
Category:ContentHandler variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings deprecated in version 1.37.0/pl Category:MediaWiki configuration settings introduced in version 1.21.0/pl Category:MediaWiki configuration settings removed in version 1.42.0/pl Category:MediaWiki deprecated or obsolete features/pl