wiki.techinc.nl/includes/content
Timo Tijhof e3659dfef9 page: Improve class documentation briefs
* Indicate whether a class is a service (to be found via MediaWikiServices)
  or a lower-level class for certain backend logic.

* Indicate how to create / where to get instances of non-service classes,
  e.g. point to the relevant service.

* Remove copy-pasta text in file docblock that is unrelated,
  and incorporate any relevant text into the class docblock instead.

Change-Id: Ia3b9b8c22da4d7160c5e14ae6a6a7c9dca30e9db
2022-04-12 00:49:41 +00:00
..
Hook
Renderer Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentHandler 2021-09-29 13:10:51 +03:00
Transform
AbstractContent.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
CodeContentHandler.php
Content.php Introduce Redirect(Lookup&Store) services to handle redirects 2021-12-01 19:14:22 +01:00
ContentHandler.php Clarify the return type of ContentHandler::getParserOutputForIndexing() 2022-04-05 10:38:48 +02:00
ContentHandlerFactory.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
ContentModelChange.php page: Improve class documentation briefs 2022-04-12 00:49:41 +00:00
CssContent.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
CssContentHandler.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
FallbackContent.php Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentHandler 2021-09-29 13:10:51 +03:00
FallbackContentHandler.php Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentHandler 2021-09-29 13:10:51 +03:00
FileContentHandler.php
IContentHandlerFactory.php
JavaScriptContent.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
JavaScriptContentHandler.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
JsonContent.php content: Document use cases for JsonContent 2022-02-08 22:39:45 +00:00
JsonContentHandler.php content: Document use cases for JsonContent 2022-02-08 22:39:45 +00:00
MessageContent.php Move Content::getParserOutput & AbstractContent::fillParserOutput to ContentHandler 2021-09-29 13:10:51 +03:00
TextContent.php Refactor global variables to use MediaWikiServices instead 2022-01-10 13:55:53 -05:00
TextContentHandler.php content: Document use cases for JsonContent 2022-02-08 22:39:45 +00:00
ValidationParams.php Move Content::prepareSave to ContentHandler 2021-11-11 15:40:42 +02:00
WikitextContent.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
WikitextContentHandler.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
WikiTextStructure.php Rename ParserOutput::{get,set,unset}Property to {get,set,unset}PageProperty 2021-10-08 10:07:17 -04:00