MediaWiki REL1_37
SpecialUncategorizedTemplates.php
Go to the documentation of this file.
1<?php
28
36
43 public function __construct(
47 LanguageConverterFactory $languageConverterFactory
48 ) {
49 parent::__construct(
53 $languageConverterFactory
54 );
55 $this->mName = 'Uncategorizedtemplates';
56 $this->requestedNamespace = NS_TEMPLATE;
57 }
58}
const NS_TEMPLATE
Definition Defines.php:74
An interface for creating language converters.
This is a utility class for dealing with namespaces that encodes all the "magic" behaviors of them ba...
LinkBatchFactory null $linkBatchFactory
Definition QueryPage.php:74
ILoadBalancer null $loadBalancer
Definition QueryPage.php:71
A special page looking for page without any category.
Special page lists all uncategorised pages in the template namespace.
__construct(NamespaceInfo $namespaceInfo, ILoadBalancer $loadBalancer, LinkBatchFactory $linkBatchFactory, LanguageConverterFactory $languageConverterFactory)
Database cluster connection, tracking, load balancing, and transaction manager interface.