48 $this->config = $config;
49 $this->hookContainer = $hookContainer;
50 $this->contentLanguage = $contentLanguage;
51 $this->namespaceInfo = $namespaceInfo;
52 $this->titleFactory = $titleFactory;
53 $this->wikiPageFactory = $wikiPageFactory;
54 $this->uploadRevisionImporter = $uploadRevisionImporter;
55 $this->contentHandlerFactory = $contentHandlerFactory;
56 $this->slotRoleRegistry = $slotRoleRegistry;
72 wfDeprecated( __METHOD__ .
' without $performer',
'1.42' );
73 $performer = RequestContext::getMain()->getAuthority();
81 $this->contentLanguage,
84 $this->wikiPageFactory,
85 $this->uploadRevisionImporter,
86 $this->contentHandlerFactory,
87 $this->slotRoleRegistry
93class_alias( WikiImporterFactory::class,
'WikiImporterFactory' );
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Logs a warning that a deprecated feature was used.
if(!defined('MW_SETUP_CALLBACK'))
Group all the pieces relevant to the context of a request into one instance.
Service for creating WikiPage objects.