Jump to content

Manual:FallbackContent.php

From mediawiki.org

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.