Manual:CodeContentHandler.php
MediaWiki version: | ≥ 1.24 |
MediaWiki file: CodeContentHandler.php | |
---|---|
Location: | includes/content/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | CodeContentHandler |
The CodeContentHandler class contained by this file is an abstract ContentHandler class used for code content such as CSS, JavaScript, JSON, XML, etc. It extends TextContentHandler.