71 return $this->container->run(
83 &$additionalBlocksStatuses
85 $this->container->run(
87 [ $module, $performer, $mainTarget, $params, &$additionalBlocksStatuses ]
93 return $this->container->run(
95 [ $module, $user, &$message ]
101 return $this->container->run(
102 'ApiDeprecationHelp',
109 return $this->container->run(
110 'ApiFeedContributions::feedItem',
111 [ $row, $context, &$feedItem ]
117 return $this->container->run(
118 'ApiFormatHighlight',
119 [ $context, $text, $mime, $format ]
125 return $this->container->run(
126 'APIGetAllowedParams',
127 [ $module, &$params, $flags ]
133 return $this->container->run(
134 'APIGetDescriptionMessages',
141 return $this->container->run(
142 'APIGetParamDescriptionMessages',
149 return $this->container->run(
150 'APIHelpModifyOutput',
151 [ $module, &$help, $options, &$tocData ]
157 $this->container->run(
158 'ApiLogFeatureUsage',
159 [ $feature, $clientInfo ]
165 return $this->container->run(
166 'ApiMain::moduleManager',
173 return $this->container->run(
174 'ApiMain::onException',
181 &$reset, &$suppressCache
183 return $this->container->run(
184 'ApiMakeParserOptions',
185 [ $options, $title, $params, $module, &$reset, &$suppressCache ]
191 $this->container->run(
194 [
'abortable' => false ]
200 return $this->container->run(
201 'ApiOpenSearchSuggest',
207 public function onApiOptions( $apiModule, $user, $changes, $resetKinds ) {
208 return $this->container->run(
210 [ $apiModule, $user, $changes, $resetKinds ]
216 return $this->container->run(
217 'ApiParseMakeOutputPage',
224 return $this->container->run(
225 'APIQueryAfterExecute',
232 return $this->container->run(
233 'ApiQueryBaseAfterQuery',
234 [ $module, $result, &$hookData ]
240 &$conds, &$query_options, &$join_conds, &$hookData
242 return $this->container->run(
243 'ApiQueryBaseBeforeQuery',
244 [ $module, &$tables, &$fields, &$conds, &$query_options,
245 &$join_conds, &$hookData ]
251 return $this->container->run(
252 'ApiQueryBaseProcessRow',
253 [ $module, $row, &$data, &$hookData ]
259 return $this->container->run(
260 'ApiQueryCheckCanExecute',
261 [ $modules, $authority, &$message ]
267 return $this->container->run(
268 'APIQueryGeneratorAfterExecute',
269 [ $module, $resultPageSet ]
275 return $this->container->run(
276 'APIQuerySiteInfoGeneralInfo',
277 [ $module, &$results ]
283 return $this->container->run(
284 'APIQuerySiteInfoStatisticsInfo',
291 return $this->container->run(
292 'ApiQueryTokensRegisterTypes',
299 $recentChangeInfo, &$vals
301 return $this->container->run(
302 'ApiQueryWatchlistExtractOutputData',
303 [ $module, $watchedItem, $recentChangeInfo, &$vals ]
309 $module, $params, &$options
311 return $this->container->run(
312 'ApiQueryWatchlistPrepareWatchedItemQueryServiceOptions',
313 [ $module, $params, &$options ]
319 return $this->container->run(
320 'ApiQuery::moduleManager',
327 return $this->container->run(
335 return $this->container->run(
336 'ApiValidatePassword',
343 return $this->container->run(
344 'ArticleParserOptions',
351 return $this->container->run(
352 'ChangeAuthenticationDataAudit',
359 return $this->container->run(
360 'EditFormPreloadText',
367 return $this->container->run(
368 'FileUndeleteComplete',
369 [ $title, $fileVersions, $user, $reason ]
375 return $this->container->run(
377 [ $pagemap, &$classes, $title ]
383 return $this->container->run(
391 return $this->container->run(
393 [ $title, &$links, &$linkFlags ]
399 return $this->container->run(
400 'OutputPageBeforeHTML',
407 return $this->container->run(
408 'OutputPageCheckLastModified',
409 [ &$modifiedTimes, $out ]
415 return $this->container->run(
416 'RequestHasSameOriginSecurity',
426 string $returnToQuery,
427 string $returnToAnchor,
430 return $this->container->run(
431 'TempUserCreatedRedirect',
432 [ $session, $user, $returnTo, $returnToQuery, $returnToAnchor, &$redirectUrl ]
438 return $this->container->run(
440 [ $user, &$inject_html, $direct ]
446 return $this->container->run(
447 'UserLogoutComplete',
448 [ $user, &$inject_html, $oldName ]
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.