Manual:CodeContentHandler.php
Appearance
| MediaWiki version: | ≥ 1.24 |
| MediaWiki file: CodeContentHandler.php | |
|---|---|
| Location: | includes/content/ (includes/Content/ in 1.46 or later) |
| Source code: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| Classes: | MediaWiki\Content\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.