Manual:FallbackContent.php
Appearance
MediaWiki file: FallbackContent.php | |
---|---|
Location: | includes/content/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | FallbackContent |
Content object implementation for representing unknown content. It can be used to handle content for which no ContentHandler exists on the system, perhaps because the extension that provided it has been removed. FallbackContent instances are immutable. Extends AbstractContent.