67 $this->container = $container;
71 return $this->container->run(
78 return $this->container->run(
80 [ $module, $user, &$message ]
85 return $this->container->run(
92 return $this->container->run(
93 'ApiFeedContributions::feedItem',
94 [ $row, $context, &$feedItem ]
99 return $this->container->run(
100 'ApiFormatHighlight',
101 [ $context, $text, $mime, $format ]
106 return $this->container->run(
107 'APIGetAllowedParams',
113 return $this->container->run(
114 'APIGetDescriptionMessages',
120 return $this->container->run(
121 'APIGetParamDescriptionMessages',
127 return $this->container->run(
128 'APIHelpModifyOutput',
129 [ $module, &$help, $options, &$tocData ]
134 $this->container->
run(
135 'ApiLogFeatureUsage',
136 [ $feature, $clientInfo ]
141 return $this->container->run(
142 'ApiMain::moduleManager',
148 return $this->container->run(
149 'ApiMain::onException',
155 &$reset, &$suppressCache
157 return $this->container->run(
158 'ApiMakeParserOptions',
159 [ $options, $title,
$params, $module, &$reset, &$suppressCache ]
164 $this->container->
run(
167 [
'abortable' => false ]
172 return $this->container->run(
173 'ApiOpenSearchSuggest',
178 public function onApiOptions( $apiModule, $user, $changes, $resetKinds ) {
179 return $this->container->run(
181 [ $apiModule, $user, $changes, $resetKinds ]
186 return $this->container->run(
187 'ApiParseMakeOutputPage',
193 return $this->container->run(
194 'APIQueryAfterExecute',
200 return $this->container->run(
201 'ApiQueryBaseAfterQuery',
202 [ $module, $result, &$hookData ]
207 &$conds, &$query_options, &$join_conds, &$hookData
209 return $this->container->run(
210 'ApiQueryBaseBeforeQuery',
211 [ $module, &$tables, &$fields, &$conds, &$query_options,
212 &$join_conds, &$hookData ]
217 return $this->container->run(
218 'ApiQueryBaseProcessRow',
219 [ $module, $row, &$data, &$hookData ]
224 return $this->container->run(
225 'ApiQueryCheckCanExecute',
226 [ $modules, $authority, &$message ]
231 return $this->container->run(
232 'APIQueryGeneratorAfterExecute',
233 [ $module, $resultPageSet ]
238 return $this->container->run(
239 'APIQuerySiteInfoGeneralInfo',
240 [ $module, &$results ]
245 return $this->container->run(
246 'APIQuerySiteInfoStatisticsInfo',
252 return $this->container->run(
253 'ApiQueryTokensRegisterTypes',
259 $recentChangeInfo, &$vals
261 return $this->container->run(
262 'ApiQueryWatchlistExtractOutputData',
263 [ $module, $watchedItem, $recentChangeInfo, &$vals ]
270 return $this->container->run(
271 'ApiQueryWatchlistPrepareWatchedItemQueryServiceOptions',
272 [ $module,
$params, &$options ]
277 return $this->container->run(
278 'ApiQuery::moduleManager',
284 return $this->container->run(
291 return $this->container->run(
292 'ApiValidatePassword',
298 return $this->container->run(
299 'ArticleParserOptions',
305 return $this->container->run(
306 'ChangeAuthenticationDataAudit',
312 return $this->container->run(
313 'EditFormPreloadText',
319 return $this->container->run(
320 'FileUndeleteComplete',
321 [ $title, $fileVersions, $user, $reason ]
326 return $this->container->run(
328 [ $pagemap, &$classes, $title ]
333 return $this->container->run(
340 return $this->container->run(
342 [ $title, &$links, &$linkFlags ]
347 return $this->container->run(
348 'OutputPageBeforeHTML',
354 return $this->container->run(
355 'OutputPageCheckLastModified',
356 [ &$modifiedTimes, $out ]
361 return $this->container->run(
362 'RequestHasSameOriginSecurity',
371 string $returnToQuery,
372 string $returnToAnchor,
375 return $this->container->run(
376 'TempUserCreatedRedirect',
377 [ $session, $user, $returnTo, $returnToQuery, $returnToAnchor, &$redirectUrl ]
382 return $this->container->run(
384 [ $user, &$inject_html, $direct ]
389 return $this->container->run(
390 'UserLogoutComplete',
391 [ $user, &$inject_html, $oldName ]
array $params
The job parameters.
Legacy class representing an editable page and handling UI for some page actions.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.
This is a hook handler interface, see docs/Hooks.md.