MediaWiki
1.34.0
|
This class performs some operations related to tracking categories, such as creating a list of all such categories. More...
Public Member Functions | |
__construct (Config $config) | |
getTrackingCategories () | |
Read the global and extract title objects from the corresponding messages. More... | |
Private Attributes | |
Config | $config |
Static Private Attributes | |
static array | $coreTrackingCategories |
Tracking categories that exist in core. More... | |
This class performs some operations related to tracking categories, such as creating a list of all such categories.
Definition at line 29 of file TrackingCategories.php.
TrackingCategories::__construct | ( | Config | $config | ) |
TrackingCategories::getTrackingCategories | ( | ) |
Read the global and extract title objects from the corresponding messages.
Definition at line 65 of file TrackingCategories.php.
References ExtensionRegistry\getInstance(), Title\makeTitleSafe(), NS_CATEGORY, NS_MEDIAWIKI, and wfMessage().
|
private |
Definition at line 31 of file TrackingCategories.php.
Referenced by __construct().
|
staticprivate |
Tracking categories that exist in core.
Definition at line 38 of file TrackingCategories.php.